diff options
-rw-r--r-- | www/p5-CGI_Lite/Makefile | 26 | ||||
-rw-r--r-- | www/p5-CGI_Lite/files/Makefile.PL | 11 | ||||
-rw-r--r-- | www/p5-CGI_Lite/files/md5 | 3 | ||||
-rw-r--r-- | www/p5-CGI_Lite/pkg/COMMENT | 1 | ||||
-rw-r--r-- | www/p5-CGI_Lite/pkg/DESCR | 2 | ||||
-rw-r--r-- | www/p5-CGI_Lite/pkg/PLIST | 5 |
6 files changed, 48 insertions, 0 deletions
diff --git a/www/p5-CGI_Lite/Makefile b/www/p5-CGI_Lite/Makefile new file mode 100644 index 00000000000..072fa327cb2 --- /dev/null +++ b/www/p5-CGI_Lite/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 1998/11/26 17:57:03 bad 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} +MASTER_SITE_SUBDIR= CGI +EXTRACT_SUFX= .gz + +MAINTAINER= bad@netbsd.org + +USE_PERL5= YES + +EXTRACT_CMD= ${GZIP_CMD} +EXTRACT_BEFORE_ARGS= -dc +EXTRACT_AFTER_ARGS= >CGI_Lite.pm + +pre-configure: + ${CP} ${FILESDIR}/Makefile.PL ${WRKDIR}/Makefile.PL + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-CGI_Lite/files/Makefile.PL b/www/p5-CGI_Lite/files/Makefile.PL new file mode 100644 index 00000000000..aca9d3a0964 --- /dev/null +++ b/www/p5-CGI_Lite/files/Makefile.PL @@ -0,0 +1,11 @@ +# $NetBSD: Makefile.PL,v 1.1.1.1 1998/11/26 17:57:03 bad Exp $ +use ExtUtils::MakeMaker; +# See lib/ExtUtils/MakeMaker.pm for details of how to influence +# the contents of the Makefile that is written. +WriteMakefile( + 'NAME' => 'CGI_Lite', + 'DISTNAME' => 'CGI_Lite.pm', + 'VERSION' => '1.62', + 'linkext' => { LINKTYPE=>'' }, # no link needed + 'dist' => {'COMPRESS'=>'gzip -9f', 'SUFFIX' => 'gz'} +); diff --git a/www/p5-CGI_Lite/files/md5 b/www/p5-CGI_Lite/files/md5 new file mode 100644 index 00000000000..c438d3185a9 --- /dev/null +++ b/www/p5-CGI_Lite/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1998/11/26 17:57:03 bad Exp $ + +MD5 (CGI_Lite-1.62.pm.gz) = 740e3653c46cccd5071f2cc18ca700b7 diff --git a/www/p5-CGI_Lite/pkg/COMMENT b/www/p5-CGI_Lite/pkg/COMMENT new file mode 100644 index 00000000000..e2d61b59f27 --- /dev/null +++ b/www/p5-CGI_Lite/pkg/COMMENT @@ -0,0 +1 @@ +simple perl5 module for writing forms-based CGI programs diff --git a/www/p5-CGI_Lite/pkg/DESCR b/www/p5-CGI_Lite/pkg/DESCR new file mode 100644 index 00000000000..5ca957c9e72 --- /dev/null +++ b/www/p5-CGI_Lite/pkg/DESCR @@ -0,0 +1,2 @@ +This is CGI_Lite.pm, a light-weight easy-to-use Perl5 library for writing +forms-based World Wide Web CGI scripts. diff --git a/www/p5-CGI_Lite/pkg/PLIST b/www/p5-CGI_Lite/pkg/PLIST new file mode 100644 index 00000000000..39a85a1b458 --- /dev/null +++ b/www/p5-CGI_Lite/pkg/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1998/11/26 17:57:03 bad Exp $ +lib/perl5/man/man3/CGI_Lite.3 +lib/perl5/site_perl/CGI_Lite.pm +lib/perl5/site_perl/${MACHINE_ARCH}-netbsd/auto/CGI_Lite/.packlist +@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-netbsd/auto/CGI_Lite |