d2ca14a3f1
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
27 lines
578 B
Makefile
27 lines
578 B
Makefile
# $NetBSD: Makefile,v 1.11 2013/05/31 12:41:46 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= pkgse-0.3
|
|
PKGREVISION= 3
|
|
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"
|