pkgsrc-wip/py-rcsparse/Makefile
Tobias Nygren 3c6264d4e6 Mechanical sweep to sanitise PYTHON_VERSIONS_ACCEPTED.
Bulk build will be used to tune this further.
2008-05-22 15:38:46 +00:00

18 lines
496 B
Makefile

# $NetBSD: Makefile,v 1.4 2008/05/22 15:38:47 tnn2 Exp $
DISTNAME= rcsparse-0.0.0_20061004
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= http://distfiles.scode.org/pkgsrc/
MAINTAINER= peter.schuller@infidyne.com
HOMEPAGE= http://ww2.fs.ei.tum.de/~corecode/hg/rcsparse/
COMMENT= RCS parsing library for Python
LICENSE= corecode-license
PYTHON_VERSIONS_ACCEPTED= 25 24
PYDISTUTILSPKG= # yes
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"