diff options
author | tobez <tobez@FreeBSD.org> | 2002-06-12 22:57:19 +0000 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2002-06-12 22:57:19 +0000 |
commit | 1560ae5ead6a06283b0b9ebebd95b41d03e101cb (patch) | |
tree | 8a8fdc1268ee83d6d2551c9ace9cfc405d0ab264 /devel | |
parent | 407c6d0706a830494da9bf7c2f87492c16e77c33 (diff) | |
download | FreeBSD-ports-1560ae5ead6a06283b0b9ebebd95b41d03e101cb.zip FreeBSD-ports-1560ae5ead6a06283b0b9ebebd95b41d03e101cb.tar.gz |
Update to 2.04.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Storable/Makefile | 12 | ||||
-rw-r--r-- | devel/p5-Storable/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-Storable/pkg-plist | 9 |
3 files changed, 16 insertions, 7 deletions
diff --git a/devel/p5-Storable/Makefile b/devel/p5-Storable/Makefile index cf54533..4fd07a3 100644 --- a/devel/p5-Storable/Makefile +++ b/devel/p5-Storable/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Storable -PORTVERSION= 1.0.14 +PORTVERSION= 2.04 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Storable @@ -14,12 +14,16 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org +BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple +RUN_DEPENDS= ${BUILD_DEPENDS} + PERL_CONFIGURE= yes -MAN3= Storable.3 +SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Storable.3 -pre-patch: - @${PERL} -pi -e '$$_="" if /MAN3PODS/' ${WRKSRC}/Makefile.PL +post-patch: + ${PERL} -pi -e '$$_="" if /MAN3PODS|INSTALLDIRS/' ${WRKSRC}/Makefile.PL .include <bsd.port.mk> diff --git a/devel/p5-Storable/distinfo b/devel/p5-Storable/distinfo index 2f9c046..3eda6cb 100644 --- a/devel/p5-Storable/distinfo +++ b/devel/p5-Storable/distinfo @@ -1 +1 @@ -MD5 (Storable-1.0.14.tar.gz) = 8fc38714955b08d318e723ddd4f7a6e4 +MD5 (Storable-2.04.tar.gz) = 6ee077f59a0ae2e00a2a0533d82ce4db diff --git a/devel/p5-Storable/pkg-plist b/devel/p5-Storable/pkg-plist index 2bc2aa8..4fcbdf7 100644 --- a/devel/p5-Storable/pkg-plist +++ b/devel/p5-Storable/pkg-plist @@ -1,3 +1,6 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Storable.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Storable/.packlist +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Storable/CAN_FLOCK.al lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Storable/Storable.bs lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Storable/Storable.so lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Storable/_freeze.al @@ -10,13 +13,15 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Storable/freeze.al lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Storable/lock_nstore.al lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Storable/lock_retrieve.al lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Storable/lock_store.al +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Storable/logcarp.al +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Storable/logcroak.al lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Storable/nfreeze.al lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Storable/nstore.al lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Storable/nstore_fd.al +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Storable/read_magic.al lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Storable/retrieve.al +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Storable/show_file_magic.al lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Storable/store.al lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Storable/store_fd.al lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Storable/thaw.al -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Storable.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Storable/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Storable |