freebsd-ports/devel/py-configparser/Makefile
Steve Wills 1a62e763a5 The ancient ConfigParser module available in the standard
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
2014-04-13 01:33:45 +00:00

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>