1a62e763a5
library 2.x has seen a major update in Python 3.2. This is a backport of those changes so that they can be used directly in Python 2.6 - 2.7 WWW: https://pypi.python.org/pypi/configparser PR: ports/188301 Submitted by: ports@robakdesign.com
18 lines
327 B
Makefile
18 lines
327 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= configparser
|
|
PORTVERSION= 3.3.0r2
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= ports@robakdesign.com
|
|
COMMENT= INI style configuration file parser
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_PYTHON= 2
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|