summaryrefslogtreecommitdiff
path: root/lang/p5-JavaScript-Value-Escape/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/p5-JavaScript-Value-Escape/Makefile')
-rw-r--r--lang/p5-JavaScript-Value-Escape/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/lang/p5-JavaScript-Value-Escape/Makefile b/lang/p5-JavaScript-Value-Escape/Makefile
new file mode 100644
index 000000000000..c1f182f4a4e8
--- /dev/null
+++ b/lang/p5-JavaScript-Value-Escape/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: JavaScript::Value::Escape
+# Date created: 19 May 2011
+# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= JavaScript-Value-Escape
+PORTVERSION= 0.05
+CATEGORIES= lang perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= kuriyama@FreeBSD.org
+COMMENT= Perl extension to avoid XSS with JavaScript value interpolation
+
+PERL_CONFIGURE= yes
+
+MAN3= JavaScript::Value::Escape.3
+
+.include <bsd.port.mk>