1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/security/py-PF/Makefile
Marcus von Appen 742321c708 - Convert ports of science/ and security to new USES=python
Approved by:	portmgr (implicit)
2014-10-24 16:50:42 +00:00

31 lines
546 B
Makefile

# Created by: Sofian Brabez <sbrabez@gmail.com>
# $FreeBSD$
PORTNAME= PF
PORTVERSION= 0.0.8
CATEGORIES= security python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sbz@FreeBSD.org
COMMENT= Pure-Python module for managing OpenBSD Packet Filter
LICENSE= BSD3CLAUSE
USE_GITHUB= yes
USES= python:2
USE_PYTHON= distutils autoplist
GH_ACCOUNT= dotpy
GH_PROJECT= py-${PORTNAME:tl}
GH_TAGNAME= ${PORTVERSION}
GH_COMMIT= 4edf8ee
SUB_FILES= pkg-message
post-install:
.if !defined(BATCH)
@${CAT} ${PKGMESSAGE}
.endif
.include <bsd.port.mk>