Merge branch 'staged'
[dports.git] / devel / py-iniparse / Makefile
1 PORTNAME=       iniparse
2 PORTVERSION=    0.5
3 CATEGORIES=     devel python
4 MASTER_SITES=   PYPI
5 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
6
7 MAINTAINER=     sunpoet@FreeBSD.org
8 COMMENT=        Accessing and Modifying INI files
9 WWW=            https://github.com/candlepin/python-iniparse
10
11 LICENSE=        MIT PSFL
12 LICENSE_COMB=   dual
13 LICENSE_FILE_MIT=       ${WRKSRC}/LICENSE
14 LICENSE_FILE_PSFL=      ${WRKSRC}/LICENSE-PSF
15
16 RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
17
18 USES=           python
19 USE_PYTHON=     autoplist concurrent distutils
20
21 NO_ARCH=        yes
22
23 .include <bsd.port.mk>