- Update to 0.31
- Add WWW entry - p5-Storable is RUN_DEPENDS only PR: ports/103010 Submitted by: Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
This commit is contained in:
parent
ab3e26398b
commit
dac2072ba6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=172617
3 changed files with 6 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= Data-Hierarchy
|
||||
PORTVERSION= 0.30
|
||||
PORTVERSION= 0.31
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Data
|
||||
|
@ -22,7 +22,6 @@ 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
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (Data-Hierarchy-0.30.tar.gz) = 58a7a1a8adaa108edd21e61d078665b9
|
||||
SHA256 (Data-Hierarchy-0.30.tar.gz) = 590e76cd4dc08c3a9f86897e1778083e1283b67be8a94be626e9a8044e36048a
|
||||
SIZE (Data-Hierarchy-0.30.tar.gz) = 8380
|
||||
MD5 (Data-Hierarchy-0.31.tar.gz) = 66ebc470c0b36ed58e451866d25d65d6
|
||||
SHA256 (Data-Hierarchy-0.31.tar.gz) = 52eaeb86b725f838e68bcb8f8012d7dffbe85af279993b30648482ad4f81ae0b
|
||||
SIZE (Data-Hierarchy-0.31.tar.gz) = 8416
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
Data::Hierarchy provides a simple interface for manipulating inheritable
|
||||
data attached to a hierarchical environment (like filesystem).
|
||||
|
||||
WWW: http://search.cpan.org/dist/Data-Hierarchy/
|
||||
|
|
Loading…
Reference in a new issue