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.
27 lines
578 B
Makefile
27 lines
578 B
Makefile
# $NetBSD: Makefile,v 1.12 2014/05/29 23:37:15 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= pkgse-0.3
|
|
PKGREVISION= 4
|
|
CATEGORIES= pkgtools
|
|
MASTER_SITES= http://imil.net/NetBSD/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= imil@gcu.info
|
|
HOMEPAGE= http://imil.net/wp/
|
|
COMMENT= Fetch informations about a NetBSD package from pkgsrc.netbsd.se
|
|
|
|
DEPENDS+= p5-libwww>=5.76:../../www/p5-libwww
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
NO_BUILD= yes
|
|
USE_TOOLS+= perl:run
|
|
|
|
INSTALLATION_DIRS= bin
|
|
REPLACE_PERL= pkgse
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/pkgse ${DESTDIR}${PREFIX}/bin
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|