freebsd-ports/devel/py-configparser/Makefile
Bartek Rutkowski 8759475db9 Update maintainer address to robak@FreeBSD.org in multiple ports:
- devel/py-configparser
- devel/py-durus
- devel/py-geotypes
- devel/rubygem-deep_merge
- devel/rubygem-librarian
- devel/rubygem-open3_backport
- sysutils/mcollective-nrpe-agent
- sysutils/mnrpes
- sysutils/rubygem-librarian-puppet

Approved by:	swills (mentor)
2014-06-25 08:04:23 +00:00

18 lines
323 B
Makefile

# $FreeBSD$
PORTNAME= configparser
PORTVERSION= 3.3.0r2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= robak@FreeBSD.org
COMMENT= INI style configuration file parser
LICENSE= MIT
USE_PYTHON= 2
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>