summaryrefslogtreecommitdiff
path: root/converters/p5-JSON-Any/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'converters/p5-JSON-Any/Makefile')
-rw-r--r--converters/p5-JSON-Any/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/converters/p5-JSON-Any/Makefile b/converters/p5-JSON-Any/Makefile
new file mode 100644
index 000000000000..54ea61c3c700
--- /dev/null
+++ b/converters/p5-JSON-Any/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: JSON-Any
+# Date created: 7 Apr 2007
+# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= JSON-Any
+PORTVERSION= 1.03
+CATEGORIES= converters perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= ../../authors/id/C/CT/CTHOM
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= clsung@FreeBSD.org
+COMMENT= Perl Wrapper Class for the various JSON classes
+
+PERL_CONFIGURE= yes
+MAN3= JSON::Any.3
+
+.include <bsd.port.mk>