77d68471ad
PR: 267994 Differential revision: D37518 Approved by: bapt
17 lines
395 B
Makefile
17 lines
395 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:3.6+
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|