opnsense-ports/devel/py-apache_conf_parser/Makefile
Franco Fichtner 2f03c0cf40 */*: sync with upstream
Taken from: FreeBSD
2023-06-28 09:14:20 +02:00

17 lines
390 B
Makefile

PORTNAME= apache_conf_parser
PORTVERSION= 1.0.1
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dvl@FreeBSD.org
COMMENT= Parse and manipulate apache conf files
WWW= https://bitbucket.org/ericsnowcurrently/apache_conf_parser/overview
LICENSE= BSD2CLAUSE
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>