openbsd-ports/devel/py-rcsparse/Makefile
avsm c50e320123 initial import of py-rcsparse-20060714
--
RCS file parser for Python, with the core written in C for
high-performance manipulation of CVS repositories.
2006-07-15 02:14:24 +00:00

27 lines
662 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2006/07/15 02:14:24 avsm Exp $
COMMENT= "RCS parsing library for Python"
CHANGESET= 40d822c6febd
# we just make up a version since changesets are SHA1 hashes
VERSION= 20060714
DISTNAME= rcsparse-${CHANGESET}
EXTRACT_SUFX= .tar.bz2
PKGNAME= rcsparse-${VERSION}
CATEGORIES= devel
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
HOMEPAGE= http://ww2.fs.ei.tum.de/~corecode/hg/rcsparse
MASTER_SITES= http://hg.recoil.org/dist/
WRKDIST= ${WRKDIR}/-corecode-hg-rcsparse-${CHANGESET}
USE_GMAKE= Yes
MODULES= lang/python
NO_REGRESS= Yes
.include <bsd.port.mk>