diff options
author | ade <ade@FreeBSD.org> | 2000-12-27 06:16:45 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-12-27 06:16:45 +0800 |
commit | a0ceef029b7d827ca8f296f548d0b5d813bd00e5 (patch) | |
tree | f20be544d67e36ed2a30680008c8d38e35e9f245 | |
parent | 652878910e17f66cc86fc04d2f523b7d900084b9 (diff) | |
download | freebsd-ports-gnome-a0ceef029b7d827ca8f296f548d0b5d813bd00e5.tar.gz freebsd-ports-gnome-a0ceef029b7d827ca8f296f548d0b5d813bd00e5.tar.zst freebsd-ports-gnome-a0ceef029b7d827ca8f296f548d0b5d813bd00e5.zip |
Add p5-CGI-Minimal, an extremely lightweight perl5 CGI processing
package designed to provide form decoding and related services with
low overhead.
-rw-r--r-- | www/Makefile | 1 | ||||
-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 |
6 files changed, 35 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 68a3d4a8deb5..9c2b7a95fe76 100644 --- a/www/Makefile +++ b/www/Makefile @@ -136,6 +136,7 @@ SUBDIR += p5-CGI SUBDIR += p5-CGI_Lite SUBDIR += p5-CGI-FastTemplate + SUBDIR += p5-CGI-Minimal SUBDIR += p5-FastCGI SUBDIR += p5-HTML SUBDIR += p5-HTML-Embperl 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 |