pkgsrc/devel/ruby-rcsparse/Makefile
wiz df182b7355 Update to 0.41:
38:
Add test target to check out all rcs revs.
39:
Keep all delta stringinfos cached while running down the
file when creating a checkout.
40:
Cache delta handling as well.
41:
Use rcsparsetext also to obtain the log. Fix bug when
running down the revs.
2007-08-06 23:39:25 +00:00

20 lines
545 B
Makefile

# $NetBSD: Makefile,v 1.3 2007/08/06 23:39:25 wiz Exp $
DISTNAME= 1a3116e80c2e
PKGNAME= ${RUBY_PKGPREFIX}-rcsparse-0.0.0.41
CATEGORIES= devel ruby
MASTER_SITES= http://ww2.fs.ei.tum.de/~corecode/hg/rcsparse/archive/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= wiz@NetBSD.org
HOMEPAGE= http://ww2.fs.ei.tum.de/~corecode/hg/rcsparse/
COMMENT= RCS parsing library for Ruby
LICENSE= corecode-license
DIST_SUBDIR= rcsparse
WRKSRC= ${WRKDIR}/rcsparse-${DISTNAME}
USE_RUBY_EXTCONF= yes
.include "../../lang/ruby/modules.mk"
.include "../../mk/bsd.pkg.mk"