diff options
author | edwin <edwin@FreeBSD.org> | 2003-04-18 14:21:06 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-04-18 14:21:06 +0800 |
commit | d3a1e6b66ec46acd2fd06ffdf6410a39061d3582 (patch) | |
tree | f20f215ecde061ceeb2318672fd379f0945f7f65 /misc/p5-Net-vCard | |
parent | 1a969353b806aed53a536963497cd73f6f472ab7 (diff) | |
download | freebsd-ports-gnome-d3a1e6b66ec46acd2fd06ffdf6410a39061d3582.tar.gz freebsd-ports-gnome-d3a1e6b66ec46acd2fd06ffdf6410a39061d3582.tar.zst freebsd-ports-gnome-d3a1e6b66ec46acd2fd06ffdf6410a39061d3582.zip |
New port misc/p5-Net-vCard
Read and write vCard files (RFC 2426)
PR: ports/51026
Submitted by: Mathieu Arnold <m@absolight.net>
Diffstat (limited to 'misc/p5-Net-vCard')
-rw-r--r-- | misc/p5-Net-vCard/Makefile | 23 | ||||
-rw-r--r-- | misc/p5-Net-vCard/distinfo | 1 | ||||
-rw-r--r-- | misc/p5-Net-vCard/pkg-descr | 6 | ||||
-rw-r--r-- | misc/p5-Net-vCard/pkg-plist | 7 |
4 files changed, 37 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> diff --git a/misc/p5-Net-vCard/distinfo b/misc/p5-Net-vCard/distinfo new file mode 100644 index 000000000000..511f5234c323 --- /dev/null +++ b/misc/p5-Net-vCard/distinfo @@ -0,0 +1 @@ +MD5 (Net-vCard-0.4.tar.gz) = cc99bcbdcfbafc9a659f20295b357c9d diff --git a/misc/p5-Net-vCard/pkg-descr b/misc/p5-Net-vCard/pkg-descr new file mode 100644 index 000000000000..cf99ecd065f8 --- /dev/null +++ b/misc/p5-Net-vCard/pkg-descr @@ -0,0 +1,6 @@ +Net::vCard - Read and write vCard files (RFC 2426). vCard files hold +personal information that you would typically find on a business card. +Name, numbers, addresses, and even logos. This module can also serve as a +base class for other vFile readers. + +WWW: http://search.cpan.org/author/JLAWRENC/Net-vCard/ diff --git a/misc/p5-Net-vCard/pkg-plist b/misc/p5-Net-vCard/pkg-plist new file mode 100644 index 000000000000..3598c8a2474b --- /dev/null +++ b/misc/p5-Net-vCard/pkg-plist @@ -0,0 +1,7 @@ +bin/vCard2label +lib/perl5/site_perl/%%PERL_VER%%/Net/vCard.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/vCard/ADR.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/vFile.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/vCard/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/vCard +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/vCard |