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.
19 lines
421 B
Makefile
19 lines
421 B
Makefile
# $NetBSD: Makefile,v 1.6 2014/05/29 23:35:34 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= cvsutils-0.2.5
|
|
PKGREVISION= 3
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.red-bean.com/cvsutils/releases/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.red-bean.com/cvsutils/
|
|
COMMENT= CVS utilities to facilitate working
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= perl:run
|
|
|
|
REPLACE_PERL= *.pl
|
|
REPLACE_SH= *.sh
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|