summaryrefslogtreecommitdiffstats
path: root/www/p5-CGI-Cache
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2001-01-03 23:24:48 +0000
committerwill <will@FreeBSD.org>2001-01-03 23:24:48 +0000
commitdfb56261e8fc9ccea235bef29255aa520edd201c (patch)
treec5692e44fb0b16b596e5a9af8c2ea3d113d3ee78 /www/p5-CGI-Cache
parent4e580df6402ca7e30003ae60c4cc09c119dd0400 (diff)
downloadFreeBSD-ports-dfb56261e8fc9ccea235bef29255aa520edd201c.zip
FreeBSD-ports-dfb56261e8fc9ccea235bef29255aa520edd201c.tar.gz
Add p5-CGI-Cache 1.02, perl extension to cache output of time-intensive CGI
scripts.
Diffstat (limited to 'www/p5-CGI-Cache')
-rw-r--r--www/p5-CGI-Cache/Makefile27
-rw-r--r--www/p5-CGI-Cache/distinfo1
-rw-r--r--www/p5-CGI-Cache/pkg-comment1
-rw-r--r--www/p5-CGI-Cache/pkg-descr5
-rw-r--r--www/p5-CGI-Cache/pkg-plist3
5 files changed, 37 insertions, 0 deletions
diff --git a/www/p5-CGI-Cache/Makefile b/www/p5-CGI-Cache/Makefile
new file mode 100644
index 0000000..99fb2f1
--- /dev/null
+++ b/www/p5-CGI-Cache/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: CGI-Cache
+# Date created: Mon Jan 1 11:26:17 2001
+# Whom: will
+#
+# $FreeBSD$
+#
+
+PORTNAME= CGI-Cache
+PORTVERSION= 1.02
+CATEGORIES= www perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= CGI
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports@FreeBSD.org
+
+BUILD_DEPENDS= ${SITE_PERL}/File/Cache.pm:${PORTSDIR}/devel/p5-File-Cache
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
+USE_PERL5= yes
+PERL_CONFIGURE= yes
+
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3= CGI::Cache.3
+
+.include <bsd.port.mk>
diff --git a/www/p5-CGI-Cache/distinfo b/www/p5-CGI-Cache/distinfo
new file mode 100644
index 0000000..7017413
--- /dev/null
+++ b/www/p5-CGI-Cache/distinfo
@@ -0,0 +1 @@
+MD5 (CGI-Cache-1.02.tar.gz) = 77d43149b8063a223accf85ac34b48f1
diff --git a/www/p5-CGI-Cache/pkg-comment b/www/p5-CGI-Cache/pkg-comment
new file mode 100644
index 0000000..c3ceae8
--- /dev/null
+++ b/www/p5-CGI-Cache/pkg-comment
@@ -0,0 +1 @@
+Perl extension to cache output of time-intensive CGI scripts
diff --git a/www/p5-CGI-Cache/pkg-descr b/www/p5-CGI-Cache/pkg-descr
new file mode 100644
index 0000000..df9e742
--- /dev/null
+++ b/www/p5-CGI-Cache/pkg-descr
@@ -0,0 +1,5 @@
+CGI::Cache is a perl extension to help cache output of time-intensive
+CGI scripts so that subsequent visists to such scripts will not cost
+as much time.
+
+--will
diff --git a/www/p5-CGI-Cache/pkg-plist b/www/p5-CGI-Cache/pkg-plist
new file mode 100644
index 0000000..fbe8bfe
--- /dev/null
+++ b/www/p5-CGI-Cache/pkg-plist
@@ -0,0 +1,3 @@
+lib/perl5/site_perl/%%PERL_VER%%/CGI/Cache.pm
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/CGI/Cache/.packlist
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/CGI/Cache
OpenPOWER on IntegriCloud