pkgsrc/devel/cvs2html/Makefile
wiz 0982effce2 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:48:20 +00:00

22 lines
481 B
Makefile

# $NetBSD: Makefile,v 1.19 2015/06/12 10:48:48 wiz Exp $
#
DISTNAME= cvs2html-1.82
PKGREVISION= 4
CATEGORIES= devel scm
MASTER_SITES= ${MASTER_SITE_LOCAL}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://cvs.sslug.dk/cvs2html/
COMMENT= Perl script to turn ``cvs log'' output into HTML
NO_BUILD= YES
USE_TOOLS+= perl:run
REPLACE_PERL= cvs2html
INSTALLATION_DIRS= bin
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/cvs2html ${DESTDIR}${PREFIX}/bin
.include "../../mk/bsd.pkg.mk"