1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/security/py-PF/Makefile
Antoine Brodin f7455240e3 Reduce dependency on the python2 metaport
PR:		225752
Submitted by:	Yasuhiro KIMURA
2018-02-19 11:10:43 +00:00

25 lines
453 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
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>