blob: 48295fc1bf58dba4e9bccf45b346df53fe8c69b7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Created by: Dan Langille <dvl@FreeBSD.org>
# $FreeBSD$
PORTNAME= apache_conf_parser
PORTVERSION= 1.0.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dvl@FreeBSD.org
COMMENT= Parse and manipulate apache conf files
LICENSE= BSD
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
|