blob: a4fc644fc4e3ef9d819950cfa1bc95fb75dd4fb8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: Choe, Cheng-Dae
# $FreeBSD$
PORTNAME= configobj
PORTVERSION= 4.7.2
CATEGORIES= devel python
MASTER_SITES= http://www.voidspace.org.uk/downloads/ \
SF \
${MASTER_SITE_GOOGLE_CODE}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= nivit@FreeBSD.org
COMMENT= Simple but powerful config file reader and writer
USES= zip
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>
|