pkgsrc/devel/refinecvs/Makefile
he b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
2008-10-19 19:17:40 +00:00

35 lines
996 B
Makefile

# $NetBSD: Makefile,v 1.6 2008/10/19 19:18:09 he Exp $
#
DISTNAME= refinecvs-0.86.1251
PKGREVISION= 1
CATEGORIES= devel scm
MASTER_SITES= http://lev.serebryakov.spb.ru/refinecvs/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://lev.serebryakov.spb.ru/refinecvs/
COMMENT= Convert CVS repository to SVN dump
PKG_DESTDIR_SUPPORT= user-destdir
do-configure: # nothing
do-build: # nothing
REPLACE_PERL= refinecvs.pl
LIBDIR= ${PREFIX}/${PERL5_SUB_INSTALLARCHLIB}/Cvs/Repository
INSTALLATION_DIRS= bin ${LIBDIR} share/doc/refinecvs
do-install:
for f in DeltaCache.pm Delta.pm Exception.pm File.pm Reader.pm Revision.pm ; do \
${INSTALL_DATA} ${WRKSRC}/Cvs/Repository/$$f ${DESTDIR}${LIBDIR}/$$f; \
done
${INSTALL_SCRIPT} ${WRKSRC}/refinecvs.pl ${DESTDIR}${PREFIX}/bin/refinecvs
for f in Changes LICENSE README TODO ; do \
${INSTALL_DATA} ${WRKSRC}/$$f ${DESTDIR}${PREFIX}/share/doc/refinecvs/$$f; \
done
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"