forked from Lainports/freebsd-ports
- Update to 0.30
- Storable is in Perl 5.7.0 and later. - %%SITE_PERL%%/Data should be removed by @dirrmtry. PR: ports/100842 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Approved by: rafan (implicit)
This commit is contained in:
parent
9874568ea1
commit
edc66a04f6
3 changed files with 8 additions and 6 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue