pkgsrc-wip/cvs20hg/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

24 lines
873 B
Makefile

# $NetBSD: Makefile,v 1.4 2008/05/22 15:38:46 tnn2 Exp $
DISTNAME= cvs20hg-0.0.0_20061004
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= http://distfiles.scode.org/pkgsrc/
MAINTAINER= peter.schuller@infidyne.com
HOMEPAGE= http://ww2.fs.ei.tum.de/~corecode/hg/cvs20hg/
COMMENT= CVS->Mercurial conversion tool
PYTHON_VERSIONS_ACCEPTED= 25 24
PYDISTUTILSPKG= # yes
DEPENDS+= ${PYPKGPREFIX}-rcsparse-0.0.0_20061004:../../wip/py-rcsparse
# BUG: We require devel/mercurial to be installed with python2.4, but
# this is not enforced. Pending change of devel/mercurial to fix this
# issue. In fact we cannot depent on devel/mercurial at all due to
# issues with PKGNAMNE_REQD and PYTHON_VERSION_REQD. Users will need
# to manually install devel/mercurial for this package to work.
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"