summaryrefslogtreecommitdiff
path: root/www/SpeedyCGI/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/SpeedyCGI/Makefile')
-rw-r--r--www/SpeedyCGI/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/www/SpeedyCGI/Makefile b/www/SpeedyCGI/Makefile
new file mode 100644
index 00000000000..f29cdc4cd73
--- /dev/null
+++ b/www/SpeedyCGI/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/06/22 21:34:50 adrianp Exp $
+
+DISTNAME= CGI-SpeedyCGI-2.22
+PKGNAME= SpeedyCGI-2.22
+CATEGORIES= www
+MASTER_SITES= http://daemoninc.com/SpeedyCGI/
+
+MAINTAINER= adrianp@stindustries.net
+HOMEPAGE= http://daemoninc.com/speedycgi/
+COMMENT= Speed up perl scripts by running them persistently
+
+USE_PERL5= YES
+
+USE_BUILDLINK3= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/CGI/SpeedyCGI/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"