Fri Feb 14 12:10:04 2014 UTC ()
exactly require runtime dependency on perl interpreter.


(obache)
diff -r1.13 -r1.14 pkgsrc/misc/whohas/Makefile

cvs diff -r1.13 -r1.14 pkgsrc/misc/whohas/Makefile (expand / switch to unified diff)

--- pkgsrc/misc/whohas/Makefile 2014/02/14 12:08:34 1.13
+++ pkgsrc/misc/whohas/Makefile 2014/02/14 12:10:04 1.14
@@ -1,29 +1,30 @@ @@ -1,29 +1,30 @@
1# $NetBSD: Makefile,v 1.13 2014/02/14 12:08:34 obache Exp $ 1# $NetBSD: Makefile,v 1.14 2014/02/14 12:10:04 obache Exp $
2# 2#
3 3
4DISTNAME= whohas-0.29 4DISTNAME= whohas-0.29
5PKGREVISION= 3 5PKGREVISION= 3
6CATEGORIES= misc 6CATEGORIES= misc
7MASTER_SITES= http://www.philippwesche.org/200811/whohas/ 7MASTER_SITES= http://www.philippwesche.org/200811/whohas/
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.philippwesche.org/200811/whohas/intro.html 10HOMEPAGE= http://www.philippwesche.org/200811/whohas/intro.html
11COMMENT= Query several packaging systems for a program 11COMMENT= Query several packaging systems for a program
12LICENSE= gnu-gpl-v2 # or later 12LICENSE= gnu-gpl-v2 # or later
13 13
14DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww 14DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
15 15
16USE_LANGUAGES= # none 16USE_LANGUAGES= # none
 17USE_TOOLS+= perl:run
17 18
18REPLACE_PERL= program/whohas 19REPLACE_PERL= program/whohas
19 20
20INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${PKGMANDIR}/de/man1 \ 21INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${PKGMANDIR}/de/man1 \
21 share/doc/whohas 22 share/doc/whohas
22 23
23NO_BUILD= yes 24NO_BUILD= yes
24 25
25do-install: 26do-install:
26 ${INSTALL_SCRIPT} ${WRKSRC}/program/whohas ${DESTDIR}${PREFIX}/bin 27 ${INSTALL_SCRIPT} ${WRKSRC}/program/whohas ${DESTDIR}${PREFIX}/bin
27 ${INSTALL_DATA} ${WRKSRC}/usr/share/man/man1/whohas.1 \ 28 ${INSTALL_DATA} ${WRKSRC}/usr/share/man/man1/whohas.1 \
28 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 29 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
29 ${INSTALL_DATA} ${WRKSRC}/usr/share/man/de/man1/whohas.1 \ 30 ${INSTALL_DATA} ${WRKSRC}/usr/share/man/de/man1/whohas.1 \