freebsd-ports/security/py-PF/Makefile

28 lines
528 B
Makefile
Raw Normal View History

# Created by: Sofian Brabez <sbrabez@gmail.com>
# $FreeBSD$
PORTNAME= PF
2017-09-22 12:16:15 +02:00
PORTVERSION= 0.1.1
PORTREVISION= 1
CATEGORIES= security python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sbz@FreeBSD.org
2014-04-21 20:46:03 +02:00
COMMENT= Pure-Python module for managing OpenBSD Packet Filter
2014-04-21 20:46:03 +02:00
LICENSE= BSD3CLAUSE
DEPRECATED= Uses deprecated version of python
EXPIRATION_DATE= 2020-08-15
2014-04-21 20:46:03 +02:00
USE_GITHUB= yes
USES= python:2.7
USE_PYTHON= distutils autoplist
2014-04-21 20:46:03 +02:00
GH_ACCOUNT= dotpy
GH_PROJECT= py-${PORTNAME:tl}
SUB_FILES= pkg-message
.include <bsd.port.mk>