summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2000-12-26 22:16:45 +0000
committerade <ade@FreeBSD.org>2000-12-26 22:16:45 +0000
commita0ceef029b7d827ca8f296f548d0b5d813bd00e5 (patch)
treef20be544d67e36ed2a30680008c8d38e35e9f245 /www
parent652878910e17f66cc86fc04d2f523b7d900084b9 (diff)
downloadFreeBSD-ports-a0ceef029b7d827ca8f296f548d0b5d813bd00e5.zip
FreeBSD-ports-a0ceef029b7d827ca8f296f548d0b5d813bd00e5.tar.gz
Add p5-CGI-Minimal, an extremely lightweight perl5 CGI processing
package designed to provide form decoding and related services with low overhead.
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/p5-CGI-Minimal/Makefile25
-rw-r--r--www/p5-CGI-Minimal/distinfo1
-rw-r--r--www/p5-CGI-Minimal/pkg-comment1
-rw-r--r--www/p5-CGI-Minimal/pkg-descr2
-rw-r--r--www/p5-CGI-Minimal/pkg-plist5
6 files changed, 35 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index 68a3d4a..9c2b7a9 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 0000000..f2c06cb
--- /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 0000000..2ea2385
--- /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 0000000..1adb33a
--- /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 0000000..52f8a171
--- /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 0000000..9a4b027
--- /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
OpenPOWER on IntegriCloud