Update security/p5-openxpki-i18n to version 0.21.0.1
[dports.git] / security / py-PF / Makefile
1 # Created by: Sofian Brabez <sbrabez@gmail.com>
2 # $FreeBSD$
3
4 PORTNAME=       PF
5 PORTVERSION=    0.0.8
6 CATEGORIES=     security python
7 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
8
9 MAINTAINER=     sbz@FreeBSD.org
10 COMMENT=        Pure-Python module for managing OpenBSD Packet Filter
11
12 LICENSE=        BSD3CLAUSE
13
14 USE_GITHUB=     yes
15 USE_PYTHON=     2
16 USE_PYDISTUTILS=        yes
17 PYDISTUTILS_AUTOPLIST=  yes
18
19 GH_ACCOUNT=     dotpy
20 GH_PROJECT=     py-${PORTNAME:tl}
21 GH_TAGNAME=     ${PORTVERSION}
22 GH_COMMIT=      4edf8ee
23
24 SUB_FILES=      pkg-message
25
26 post-install:
27 .if !defined(BATCH)
28         @${CAT} ${PKGMESSAGE}
29 .endif
30
31 .include <bsd.port.mk>