7eeb51b534
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.
24 lines
633 B
Makefile
24 lines
633 B
Makefile
# $NetBSD: Makefile,v 1.10 2014/05/29 23:37:27 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= cvsreport-0.3.5
|
|
PKGREVISION= 3
|
|
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"
|