41a5348a3b
With hat: portmgr
27 lines
528 B
Makefile
27 lines
528 B
Makefile
# Created by: Sofian Brabez <sbrabez@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= PF
|
|
PORTVERSION= 0.1.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= security python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sbz@FreeBSD.org
|
|
COMMENT= Pure-Python module for managing OpenBSD Packet Filter
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
DEPRECATED= Uses deprecated version of python
|
|
EXPIRATION_DATE= 2020-08-15
|
|
|
|
USE_GITHUB= yes
|
|
USES= python:2.7
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
GH_ACCOUNT= dotpy
|
|
GH_PROJECT= py-${PORTNAME:tl}
|
|
|
|
SUB_FILES= pkg-message
|
|
|
|
.include <bsd.port.mk>
|