aboutsummaryrefslogtreecommitdiff
path: root/www/p5-CGI-SpeedyCGI/Makefile
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2002-03-25 13:42:29 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2002-03-25 13:42:29 +0000
commit4f531b6a14df5a1ea62628e340bb4d97d0e98636 (patch)
treebc00f9749410181dd0ab6754ca8d0c66232748b3 /www/p5-CGI-SpeedyCGI/Makefile
parent756db67be18e9c479e85793f0137d3dc2a2c393b (diff)
downloadports-4f531b6a14df5a1ea62628e340bb4d97d0e98636.tar.gz
ports-4f531b6a14df5a1ea62628e340bb4d97d0e98636.zip
Add p5-CGI-SpeedyCGI 2.11,
speed up perl CGI scripts by running them persistently. PR: ports/35741 Submitted by: Lars Thegler <lars@thegler.dk>
Notes
Notes: svn path=/head/; revision=56633
Diffstat (limited to 'www/p5-CGI-SpeedyCGI/Makefile')
-rw-r--r--www/p5-CGI-SpeedyCGI/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/www/p5-CGI-SpeedyCGI/Makefile b/www/p5-CGI-SpeedyCGI/Makefile
new file mode 100644
index 000000000000..e333267c1d0a
--- /dev/null
+++ b/www/p5-CGI-SpeedyCGI/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: CGI-SpeedyCGI
+# Date created: Sun Mar 10 16:44:06 CET 2002
+# Whom: Lars Thegler <lars@thegler.dk>
+#
+# $FreeBSD$
+#
+
+PORTNAME= CGI-SpeedyCGI
+PORTVERSION= 2.11
+CATEGORIES= www perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= CGI
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= lars@thegler.dk
+
+#SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
+PERL_CONFIGURE= yes
+
+.include <bsd.port.mk>