blob: 101f272f5b83dc151e261f4633efca8e11559472 (
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
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
|