aboutsummaryrefslogtreecommitdiff
path: root/misc/p5-Net-vCard
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2003-05-05 12:48:17 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2003-05-05 12:48:17 +0000
commit12d9c2228f2442de53dbff9478db916794bf7488 (patch)
tree1559a867ca66290700b7e1c9c09bac44f8e2d510 /misc/p5-Net-vCard
parent379acc9b81738757c97766592ebabf05ef3617be (diff)
downloadports-12d9c2228f2442de53dbff9478db916794bf7488.tar.gz
ports-12d9c2228f2442de53dbff9478db916794bf7488.zip
Update to 0.5
PR: 51784 Submitted by: Mathieu Arnold <m@absolight.net>
Notes
Notes: svn path=/head/; revision=80174
Diffstat (limited to 'misc/p5-Net-vCard')
-rw-r--r--misc/p5-Net-vCard/Makefile11
-rw-r--r--misc/p5-Net-vCard/distinfo2
-rw-r--r--misc/p5-Net-vCard/pkg-descr2
-rw-r--r--misc/p5-Net-vCard/pkg-plist14
4 files changed, 18 insertions, 11 deletions
diff --git a/misc/p5-Net-vCard/Makefile b/misc/p5-Net-vCard/Makefile
index e826412f3735..744e901b4632 100644
--- a/misc/p5-Net-vCard/Makefile
+++ b/misc/p5-Net-vCard/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Net-vCard
-PORTVERSION= 0.4
+PORTVERSION= 0.5
CATEGORIES= misc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
@@ -18,6 +18,11 @@ 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>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500800
+#IGNORE="Need at least perl 5.8 to build"
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/misc/p5-Net-vCard/distinfo b/misc/p5-Net-vCard/distinfo
index 511f5234c323..811660c7270f 100644
--- a/misc/p5-Net-vCard/distinfo
+++ b/misc/p5-Net-vCard/distinfo
@@ -1 +1 @@
-MD5 (Net-vCard-0.4.tar.gz) = cc99bcbdcfbafc9a659f20295b357c9d
+MD5 (Net-vCard-0.5.tar.gz) = 1b509f9828aeeb923dc73487632947b3
diff --git a/misc/p5-Net-vCard/pkg-descr b/misc/p5-Net-vCard/pkg-descr
index cf99ecd065f8..09143cbd1922 100644
--- a/misc/p5-Net-vCard/pkg-descr
+++ b/misc/p5-Net-vCard/pkg-descr
@@ -3,4 +3,4 @@ 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/
+WWW: http://search.cpan.org/dist/Net-vCard/
diff --git a/misc/p5-Net-vCard/pkg-plist b/misc/p5-Net-vCard/pkg-plist
index 3598c8a2474b..c54c1bc3601d 100644
--- a/misc/p5-Net-vCard/pkg-plist
+++ b/misc/p5-Net-vCard/pkg-plist
@@ -1,7 +1,9 @@
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
+%%SITE_PERL%%/Net/vCard.pm
+%%SITE_PERL%%/Net/vCard/ADR.pm
+%%SITE_PERL%%/Net/vFile.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/vCard/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/vCard
+@dirrm %%SITE_PERL%%/Net/vCard
+@unexec rmdir %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true
+@unexec rmdir %%SITE_PERL%%/Net 2>/dev/null || true