summaryrefslogtreecommitdiff
path: root/misc/p5-Net-vCard/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/p5-Net-vCard/Makefile')
-rw-r--r--misc/p5-Net-vCard/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/misc/p5-Net-vCard/Makefile b/misc/p5-Net-vCard/Makefile
new file mode 100644
index 000000000000..e826412f3735
--- /dev/null
+++ b/misc/p5-Net-vCard/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: p5-Net-vCard
+# Date created: 16 April 2003
+# Whom: Mathieu Arnold <m@absolight.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Net-vCard
+PORTVERSION= 0.4
+CATEGORIES= misc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Net
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= m@absolight.net
+COMMENT= Read and write vCard files (RFC 2426)
+
+PERL_CONFIGURE= yes
+
+MAN3= Net::vFile.3 Net::vCard.3
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+.include <bsd.port.mk>