Files
2016-11-18 22:39:22 +01:00

22 lines
570 B
Makefile

# $NetBSD: Makefile,v 1.6 2016/07/09 13:04:10 wiz Exp $
DISTNAME= iniparse-0.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= python textproc
MASTER_SITES= http://iniparse.googlecode.com/files/
MAINTAINER= rodent@NetBSD.org
HOMEPAGE= http://code.google.com/p/iniparse/
COMMENT= Better INI parser for Python
LICENSE= mit AND python-software-foundation
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 34 35
post-install:
${CHMOD} -x ${DESTDIR}${PREFIX}/share/doc/iniparse-0.4/index.html
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"