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.
28 lines
649 B
Makefile
28 lines
649 B
Makefile
# $NetBSD: Makefile,v 1.26 2014/05/29 23:37:33 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= cdif-1.19
|
|
PKGREVISION= 3
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://ftp.freebsd.org/pub/FreeBSD/distfiles/
|
|
EXTRACT_SUFX= # empty
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.srekcah.org/~utashiro/perl/scripts/cdif/
|
|
COMMENT= Word context diff
|
|
#LICENSE= cdif-license # 1.19 can be used for any porpose
|
|
|
|
NOT_FOR_BULK_PLATFORM= HPUX-*-*
|
|
|
|
WRKSRC= ${WRKDIR}
|
|
USE_TOOLS+= perl:run
|
|
|
|
NO_BUILD= yes
|
|
INSTALLATION_DIRS= bin
|
|
|
|
REPLACE_PERL= ${DISTNAME}
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${DESTDIR}${PREFIX}/bin/cdif
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|