2013-09-21 00:55:24 +02:00
|
|
|
# Created by: Sofian Brabez <sbrabez@gmail.com>
|
2009-02-09 22:25:26 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= PF
|
2017-09-22 12:16:15 +02:00
|
|
|
PORTVERSION= 0.1.1
|
2018-02-19 12:10:43 +01:00
|
|
|
PORTREVISION= 1
|
2009-02-09 22:25:26 +01:00
|
|
|
CATEGORIES= security python
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2011-03-18 11:04:54 +01:00
|
|
|
MAINTAINER= sbz@FreeBSD.org
|
2014-04-21 20:46:03 +02:00
|
|
|
COMMENT= Pure-Python module for managing OpenBSD Packet Filter
|
2009-02-09 22:25:26 +01:00
|
|
|
|
2014-04-21 20:46:03 +02:00
|
|
|
LICENSE= BSD3CLAUSE
|
2011-02-27 14:09:23 +01:00
|
|
|
|
2020-02-23 16:25:53 +01:00
|
|
|
DEPRECATED= Uses deprecated version of python
|
|
|
|
EXPIRATION_DATE= 2020-08-15
|
|
|
|
|
2014-04-21 20:46:03 +02:00
|
|
|
USE_GITHUB= yes
|
2018-02-19 12:10:43 +01:00
|
|
|
USES= python:2.7
|
2014-10-24 18:50:42 +02:00
|
|
|
USE_PYTHON= distutils autoplist
|
2014-04-21 20:46:03 +02:00
|
|
|
|
|
|
|
GH_ACCOUNT= dotpy
|
2014-05-05 11:45:36 +02:00
|
|
|
GH_PROJECT= py-${PORTNAME:tl}
|
2009-02-09 22:25:26 +01:00
|
|
|
|
|
|
|
SUB_FILES= pkg-message
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|