summaryrefslogtreecommitdiff
path: root/devel/py-apache_conf_parser/Makefile
blob: e16f62a3fe7e20ec4b607357138c7b60ba2e80bd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Dan Langille <dvl@FreeBSD.org>
# $FreeBSD$

PORTNAME=	apache_conf_parser
PORTVERSION=	1.0.1
PORTREVISION=	1
CATEGORIES=	devel python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	dvl@FreeBSD.org
COMMENT=	Parse and manipulate apache conf files

LICENSE=	BSD2CLAUSE

USES=		python:3.6+
USE_PYTHON=	distutils autoplist

.include <bsd.port.mk>