New port misc/p5-Net-vCard
Read and write vCard files (RFC 2426) PR: ports/51026 Submitted by: Mathieu Arnold <m@absolight.net>
This commit is contained in:
parent
8aa7fb3c74
commit
a6efcaa864
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79202
5 changed files with 38 additions and 0 deletions
|
@ -235,6 +235,7 @@
|
|||
SUBDIR += p5-Locale-Codes
|
||||
SUBDIR += p5-Locale-Msgcat
|
||||
SUBDIR += p5-Locale-SubCountry
|
||||
SUBDIR += p5-Net-vCard
|
||||
SUBDIR += p5-Text-FIGlet
|
||||
SUBDIR += p5-Tie-DxHash
|
||||
SUBDIR += patanjali
|
||||
|
|
23
misc/p5-Net-vCard/Makefile
Normal file
23
misc/p5-Net-vCard/Makefile
Normal file
|
@ -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>
|
1
misc/p5-Net-vCard/distinfo
Normal file
1
misc/p5-Net-vCard/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (Net-vCard-0.4.tar.gz) = cc99bcbdcfbafc9a659f20295b357c9d
|
6
misc/p5-Net-vCard/pkg-descr
Normal file
6
misc/p5-Net-vCard/pkg-descr
Normal file
|
@ -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/
|
7
misc/p5-Net-vCard/pkg-plist
Normal file
7
misc/p5-Net-vCard/pkg-plist
Normal file
|
@ -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
|
Loading…
Reference in a new issue