aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Data-Visitor-Encode/Makefile
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2009-01-23 14:23:27 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2009-01-23 14:23:27 +0000
commit0468f0537dab0c42338ae56924891eb48f88d707 (patch)
tree59234a95258943de0fb5ba99144dc2f2b4141691 /devel/p5-Data-Visitor-Encode/Makefile
parent5dcd25a328fea6c5d11fc9603c48d21f4920eb47 (diff)
downloadports-0468f0537dab0c42338ae56924891eb48f88d707.tar.gz
ports-0468f0537dab0c42338ae56924891eb48f88d707.zip
Add p5-Data-Visitor-Encode 0.10002, perl extension to encode/decode
values in a structure.
Notes
Notes: svn path=/head/; revision=226715
Diffstat (limited to 'devel/p5-Data-Visitor-Encode/Makefile')
-rw-r--r--devel/p5-Data-Visitor-Encode/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/devel/p5-Data-Visitor-Encode/Makefile b/devel/p5-Data-Visitor-Encode/Makefile
new file mode 100644
index 000000000000..12139242425c
--- /dev/null
+++ b/devel/p5-Data-Visitor-Encode/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: Data::Visitor::Encode
+# Date created: 23 Jan 2009
+# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Data-Visitor-Encode
+PORTVERSION= 0.10002
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= kuriyama@FreeBSD.org
+COMMENT= Perl extension to encode/decode values in a structure
+
+RUN_DEPENDS= \
+ p5-Data-Visitor>=0.18:${PORTSDIR}/devel/p5-Data-Visitor
+BUILD_DEPENDS= ${RUN_DEPENDS}
+
+PERL_CONFIGURE= yes
+
+MAN3= Data::Visitor::Encode.3
+
+.include <bsd.port.mk>