pkgsrc/sysutils/cvsreport/Makefile
wiz d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00

24 lines
632 B
Makefile

# $NetBSD: Makefile,v 1.9 2013/05/31 12:42:00 wiz Exp $
#
DISTNAME= cvsreport-0.3.5
PKGREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= http://download.gna.org/cvsreport/cvsreport.pkg/0.3.5/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://home.gna.org/cvsreport/
COMMENT= Message reports from CVS activity
LICENSE= gnu-gpl-v2
REPLACE_PERL+= cvsreport
USE_TOOLS+= perl:run
NO_BUILD= yes
INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/cvsreport ${DESTDIR}${PREFIX}/bin/
${INSTALL_MAN} ${WRKSRC}/cvsreport.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/
.include "../../mk/bsd.pkg.mk"