aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-AxKit-XSP-Param/Makefile
diff options
context:
space:
mode:
authorpat <pat@FreeBSD.org>2002-01-12 08:19:51 +0800
committerpat <pat@FreeBSD.org>2002-01-12 08:19:51 +0800
commitaf69d3af6c4a442dc7f7d3091019fbbe13522a3f (patch)
tree34590199c3e370dd366e96cb8b52e8a8b6bb1187 /www/p5-AxKit-XSP-Param/Makefile
parentea812a9328f1fcc7be8b518a3652f8497bf30a44 (diff)
downloadfreebsd-ports-gnome-af69d3af6c4a442dc7f7d3091019fbbe13522a3f.tar.gz
freebsd-ports-gnome-af69d3af6c4a442dc7f7d3091019fbbe13522a3f.tar.zst
freebsd-ports-gnome-af69d3af6c4a442dc7f7d3091019fbbe13522a3f.zip
Add port www/p5-AxKit-XSP-Param - A namespace wrapper for accessing
HTTP request paramaters PR: 33698 Submitted by: Dominic Mitchell <dom@happygiraffe.net>
Diffstat (limited to 'www/p5-AxKit-XSP-Param/Makefile')
-rw-r--r--www/p5-AxKit-XSP-Param/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/www/p5-AxKit-XSP-Param/Makefile b/www/p5-AxKit-XSP-Param/Makefile
new file mode 100644
index 000000000000..0d0313a0fca4
--- /dev/null
+++ b/www/p5-AxKit-XSP-Param/Makefile
@@ -0,0 +1,26 @@
+# Ports collection Makefile for: p5-AxKit-XSP-Param
+# Date created: 8 Jan 2002
+# Whom: dom@happygiraffe.net
+#
+# $FreeBSD$
+#
+
+PORTNAME= AxKit-XSP-Param
+PORTVERSION= 1.4
+CATEGORIES= www
+MASTER_SITES= http://www.cpan.org/authors/id/M/MS/MSERGEANT/
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= dom@happygiraffe.net
+
+BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/AxKit.pm:${PORTSDIR}/www/p5-AxKit
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
+
+MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3= AxKit::XSP::Param.3
+
+PERL_CONFIGURE= yes
+
+.include <bsd.port.mk>