summaryrefslogtreecommitdiff
path: root/www/p5-CGI_Lite
diff options
context:
space:
mode:
authorjlam <jlam>2000-08-27 07:10:59 +0000
committerjlam <jlam>2000-08-27 07:10:59 +0000
commit6b651933b95c6a21e0e7629f5183e1492bb71903 (patch)
treefd4f0178e134e50e9dc8acc6e016d62c645457cf /www/p5-CGI_Lite
parentc861cb3db8ffcd7b9fa94be5348a80b681bcff64 (diff)
downloadpkgsrc-6b651933b95c6a21e0e7629f5183e1492bb71903.tar.gz
Convert packages to use PERL5_PACKLIST (part 1). These were the easy
ones to do, and each compiled and installed/de-installed apparently correctly. As a side effect of the dynamic PLIST, we no longer need to have separate -static and -shared PLISTs. It's now easier than ever to make a perl5 package for NetBSD :)
Diffstat (limited to 'www/p5-CGI_Lite')
-rw-r--r--www/p5-CGI_Lite/Makefile9
-rw-r--r--www/p5-CGI_Lite/pkg/PLIST6
2 files changed, 6 insertions, 9 deletions
diff --git a/www/p5-CGI_Lite/Makefile b/www/p5-CGI_Lite/Makefile
index 3c4152956cb..c590c68e666 100644
--- a/www/p5-CGI_Lite/Makefile
+++ b/www/p5-CGI_Lite/Makefile
@@ -1,23 +1,24 @@
-# $NetBSD: Makefile,v 1.3 1999/04/15 20:39:47 tron Exp $
+# $NetBSD: Makefile,v 1.4 2000/08/27 07:11:24 jlam Exp $
#
DISTNAME= CGI_Lite-1.62.pm
PKGNAME= p5-CGI_Lite-1.62
-NO_WRKSUBDIR= YES
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/}
EXTRACT_SUFX= .gz
MAINTAINER= bad@netbsd.org
-USE_PERL5= YES
+USE_PERL5= # defined
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/CGI_Lite/.packlist
+NO_WRKSUBDIR= # defined
EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} > CGI_Lite.pm
pre-configure:
${CP} ${FILESDIR}/Makefile.PL ${WRKDIR}/Makefile.PL
do-configure:
- @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
.include "../../mk/bsd.pkg.mk"
diff --git a/www/p5-CGI_Lite/pkg/PLIST b/www/p5-CGI_Lite/pkg/PLIST
index 0612905e8a4..bd6939ab0d5 100644
--- a/www/p5-CGI_Lite/pkg/PLIST
+++ b/www/p5-CGI_Lite/pkg/PLIST
@@ -1,5 +1 @@
-@comment $NetBSD: PLIST,v 1.2 1999/04/08 18:51:59 agc Exp $
-lib/perl5/man/man3/CGI_Lite.3
-lib/perl5/site_perl/CGI_Lite.pm
-lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/CGI_Lite/.packlist
-@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/CGI_Lite
+@comment $NetBSD: PLIST,v 1.3 2000/08/27 07:11:24 jlam Exp $