aboutsummaryrefslogtreecommitdiff
path: root/www/p5-CGI-Cookie-XS/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/p5-CGI-Cookie-XS/Makefile')
-rw-r--r--www/p5-CGI-Cookie-XS/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/www/p5-CGI-Cookie-XS/Makefile b/www/p5-CGI-Cookie-XS/Makefile
new file mode 100644
index 000000000000..452e997f22d9
--- /dev/null
+++ b/www/p5-CGI-Cookie-XS/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: Cookie-XS
+# Date created: 18 Apr 2008
+# Whom: Sergey Skvortsov <skv@protey.ru>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Cookie-XS
+PORTVERSION= 0.09
+CATEGORIES= www perl5
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= ../../authors/id/A/AG/AGENT
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= skv@FreeBSD.org
+COMMENT= HTTP Cookie parser in C
+
+PERL_CONFIGURE= 5.6.1+
+
+MAN3= Cookie::XS.3
+
+.include <bsd.port.mk>