- Upgrade to 0.55.
- Included Module::Install::XSUtil requires ExtUtils::CBuilder to detect compiler for XS version, but it doesn't listed in Makefile.PL explicitly. So add p5-ExtUtils-CBuilder to $BUILD_DEPENDS.
This commit is contained in:
parent
88caf168d8
commit
b40c1abe11
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=246927
2 changed files with 6 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= Data-Util
|
||||
PORTVERSION= 0.54
|
||||
PORTVERSION= 0.55
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -16,6 +16,8 @@ COMMENT= Perl extension for utilities for data and data types
|
|||
|
||||
RUN_DEPENDS= \
|
||||
p5-MRO-Compat>=0.09:${PORTSDIR}/devel/p5-MRO-Compat
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS} \
|
||||
p5-ExtUtils-CBuilder>0:${PORTSDIR}/devel/p5-ExtUtils-CBuilder
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (Data-Util-0.54.tar.gz) = f820333e6b31725d759182a5e21e39ac
|
||||
SHA256 (Data-Util-0.54.tar.gz) = 20008649a71cd968ecafcb97903f98daef108391ff2cea9f54adfc7d532a63ca
|
||||
SIZE (Data-Util-0.54.tar.gz) = 66227
|
||||
MD5 (Data-Util-0.55.tar.gz) = ad252d96b122b8d63f7710b55efb65e0
|
||||
SHA256 (Data-Util-0.55.tar.gz) = 6fa6ea83936f20101897ad5f9de14803a1ed4d2dc99a8338f7366a6d19972b57
|
||||
SIZE (Data-Util-0.55.tar.gz) = 65620
|
||||
|
|
Loading…
Reference in a new issue