summaryrefslogtreecommitdiff
path: root/www/p5-CGI_Lite/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/p5-CGI_Lite/Makefile')
-rw-r--r--www/p5-CGI_Lite/Makefile9
1 files changed, 5 insertions, 4 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"