21 lines
428 B
Makefile
21 lines
428 B
Makefile
# 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>
|