diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-12-26 22:16:45 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-12-26 22:16:45 +0000 |
commit | 53c668078c5b57d4461368ed8309aaf57e019ec0 (patch) | |
tree | dac1d4a91752a1a049bc45c35d283edd549d369f /www/p5-CGI-Minimal | |
parent | my last commit didn't add patch-ab which is necessary for package building (diff) |
Add p5-CGI-Minimal, an extremely lightweight perl5 CGI processing
package designed to provide form decoding and related services with
low overhead.
Notes
Notes:
svn path=/head/; revision=36392
Diffstat (limited to 'www/p5-CGI-Minimal')
-rw-r--r-- | www/p5-CGI-Minimal/Makefile | 25 | ||||
-rw-r--r-- | www/p5-CGI-Minimal/distinfo | 1 | ||||
-rw-r--r-- | www/p5-CGI-Minimal/pkg-comment | 1 | ||||
-rw-r--r-- | www/p5-CGI-Minimal/pkg-descr | 2 | ||||
-rw-r--r-- | www/p5-CGI-Minimal/pkg-plist | 5 |
5 files changed, 34 insertions, 0 deletions
diff --git a/www/p5-CGI-Minimal/Makefile b/www/p5-CGI-Minimal/Makefile new file mode 100644 index 000000000000..f2c06cb900ff --- /dev/null +++ b/www/p5-CGI-Minimal/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: p5-CGI-Minimal +# Date created: 26th December 2000 +# Whom: Ade Lovett <ade@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= CGI-Minimal +PORTVERSION= 1.06 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= CGI +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@FreeBSD.org + +USE_PERL5= yes + +MAN3= CGI::Minimal.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +do-configure: + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include <bsd.port.mk> diff --git a/www/p5-CGI-Minimal/distinfo b/www/p5-CGI-Minimal/distinfo new file mode 100644 index 000000000000..2ea2385c53b2 --- /dev/null +++ b/www/p5-CGI-Minimal/distinfo @@ -0,0 +1 @@ +MD5 (CGI-Minimal-1.06.tar.gz) = e2a5b367fa56f1b1bf6b25992f6deae9 diff --git a/www/p5-CGI-Minimal/pkg-comment b/www/p5-CGI-Minimal/pkg-comment new file mode 100644 index 000000000000..1adb33af887d --- /dev/null +++ b/www/p5-CGI-Minimal/pkg-comment @@ -0,0 +1 @@ +Extremely lightweight CGI processing package diff --git a/www/p5-CGI-Minimal/pkg-descr b/www/p5-CGI-Minimal/pkg-descr new file mode 100644 index 000000000000..52f8a171bc2b --- /dev/null +++ b/www/p5-CGI-Minimal/pkg-descr @@ -0,0 +1,2 @@ +An _extremely_ lightweight CGI processing package designed +to provide form decoding and related services with low overhead. diff --git a/www/p5-CGI-Minimal/pkg-plist b/www/p5-CGI-Minimal/pkg-plist new file mode 100644 index 000000000000..9a4b027d35fa --- /dev/null +++ b/www/p5-CGI-Minimal/pkg-plist @@ -0,0 +1,5 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/CGI/Minimal/.packlist +lib/perl5/site_perl/%%PERL_VER%%/CGI/Minimal.pm +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/CGI/Minimal +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/CGI +@dirrm lib/perl5/site_perl/%%PERL_VER%%/CGI |