pkgsrc/devel/refinecvs/Makefile
wiz 7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00

33 lines
963 B
Makefile

# $NetBSD: Makefile,v 1.12 2014/05/29 23:36:29 wiz Exp $
#
DISTNAME= refinecvs-0.86.1251
PKGREVISION= 6
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
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"