opnsense-ports/devel/py-configparser/Makefile
Franco Fichtner 2184b956b7 */*: sync with upstream
Taken from: FreeBSD
2016-01-14 04:24:19 +01:00

17 lines
309 B
Makefile

# $FreeBSD$
PORTNAME= configparser
PORTVERSION= 3.5.0b2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= robak@FreeBSD.org
COMMENT= INI style configuration file parser
LICENSE= MIT
USES= python:2
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>