1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/security/py-PF/Makefile
Dmitry Marakasov 68a5cc350c - Don't cat pkg-message from Makefiles
Approved by:	portmgr blanket
2015-05-27 00:09:55 +00:00

24 lines
435 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}
SUB_FILES= pkg-message
.include <bsd.port.mk>