freebsd-ports/devel/py-configobj/Makefile
Martin Wilke 2e7b59d316 - Stage support
- Generate auto-plist
2014-03-03 03:15:28 +00:00

21 lines
430 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
USE_ZIP= yes
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>