pkgsrc/pkgtools/pkgse/Makefile
jlam 3e474a90d8 Get rid of USE_PERL5. The new way to express needing the Perl executable
around at either build-time or at run-time is:

	USE_TOOLS+=	perl		# build-time
	USE_TOOLS+=	perl:run	# run-time

Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
2005-07-16 01:19:06 +00:00

26 lines
549 B
Makefile

# $NetBSD: Makefile,v 1.4 2005/07/16 01:19:17 jlam Exp $
#
DISTNAME= pkgse-0.2
CATEGORIES= pkgtools
MASTER_SITES= http://imil.net/NetBSD/
EXTRACT_SUFX= .tgz
MAINTAINER= imil@gcu.info
HOMEPAGE= http://imil.net/
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_CONFIGURE= yes
NO_BUILD= yes
USE_TOOLS+= perl:run
INSTALLATION_DIRS= bin
do-install:
@${INSTALL_SCRIPT} ${WRKSRC}/pkgse ${PREFIX}/bin
.include "../../mk/bsd.pkg.mk"