diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-07-26 01:50:43 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-07-26 01:50:43 +0000 |
commit | edc66a04f6966ea8ef35df3fd07c8fd016450de6 (patch) | |
tree | 487b92e31312dfd7cd754f6afd647ea9bc7ccfc8 /devel/p5-Data-Hierarchy | |
parent | 9874568ea1f9aa0281c54a3cd41297a5eaff0605 (diff) | |
download | ports-edc66a04f6966ea8ef35df3fd07c8fd016450de6.tar.gz ports-edc66a04f6966ea8ef35df3fd07c8fd016450de6.zip |
Notes
Diffstat (limited to 'devel/p5-Data-Hierarchy')
-rw-r--r-- | devel/p5-Data-Hierarchy/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Data-Hierarchy/distinfo | 6 | ||||
-rw-r--r-- | devel/p5-Data-Hierarchy/pkg-plist | 4 |
3 files changed, 8 insertions, 6 deletions
diff --git a/devel/p5-Data-Hierarchy/Makefile b/devel/p5-Data-Hierarchy/Makefile index 0db8e49e4d44..474ff1264fb2 100644 --- a/devel/p5-Data-Hierarchy/Makefile +++ b/devel/p5-Data-Hierarchy/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Data-Hierarchy -PORTVERSION= 0.22 +PORTVERSION= 0.30 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Data @@ -21,7 +21,9 @@ MAN3= Data::Hierarchy.3 .include <bsd.port.pre.mk> +.if ${PERL_LEVEL} < 500700 BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable +.endif .include <bsd.port.post.mk> diff --git a/devel/p5-Data-Hierarchy/distinfo b/devel/p5-Data-Hierarchy/distinfo index 271841e78996..11bfc303ab27 100644 --- a/devel/p5-Data-Hierarchy/distinfo +++ b/devel/p5-Data-Hierarchy/distinfo @@ -1,3 +1,3 @@ -MD5 (Data-Hierarchy-0.22.tar.gz) = f620014fc04e38d0e3a5283e9f7d8678 -SHA256 (Data-Hierarchy-0.22.tar.gz) = 7089a424d560a962588aca2d7e0b05fae290c98d6f4479cc3056417023d3aad7 -SIZE (Data-Hierarchy-0.22.tar.gz) = 3824 +MD5 (Data-Hierarchy-0.30.tar.gz) = 58a7a1a8adaa108edd21e61d078665b9 +SHA256 (Data-Hierarchy-0.30.tar.gz) = 590e76cd4dc08c3a9f86897e1778083e1283b67be8a94be626e9a8044e36048a +SIZE (Data-Hierarchy-0.30.tar.gz) = 8380 diff --git a/devel/p5-Data-Hierarchy/pkg-plist b/devel/p5-Data-Hierarchy/pkg-plist index ea535ed40350..e6fc5eb84205 100644 --- a/devel/p5-Data-Hierarchy/pkg-plist +++ b/devel/p5-Data-Hierarchy/pkg-plist @@ -1,5 +1,5 @@ %%SITE_PERL%%/Data/Hierarchy.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Hierarchy/.packlist -@dirrm %%SITE_PERL%%/Data -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Hierarchy +@dirrmtry %%SITE_PERL%%/Data +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Hierarchy @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data |