mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
20 lines
331 B
Makefile
20 lines
331 B
Makefile
COMMENT = Python module for managing PF
|
|
|
|
MODPY_DISTV = 0.2.3
|
|
GH_ACCOUNT = dotpy
|
|
GH_PROJECT = py-pf
|
|
GH_TAGNAME = ${MODPY_DISTV}
|
|
REVISION = 4
|
|
|
|
MAINTAINER = Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
|
|
|
CATEGORIES = net
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
MODPY_PYBUILD = setuptools
|
|
|
|
.include <bsd.port.mk>
|