Update to 1.66.
Changes: https://metacpan.org/changes/distribution/YAML-Tiny PR: 199269 Approved by: ychsiao@ychsiao.org (maintainer)
This commit is contained in:
parent
fe2156f767
commit
be3473a928
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=384332
2 changed files with 11 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= YAML-Tiny
|
||||
PORTVERSION= 1.64
|
||||
PORTVERSION= 1.66
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -13,10 +13,13 @@ COMMENT= Read/Write YAML files with as little code as possible
|
|||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
TEST_DEPENDS= p5-Test-Simple>=0.99:${PORTSDIR}/devel/p5-Test-Simple \
|
||||
p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= modbuildtiny
|
||||
USE_PERL5= configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 501905
|
||||
TEST_DEPENDS+= p5-Test-Simple>=0.99:${PORTSDIR}/devel/p5-Test-Simple
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (YAML-Tiny-1.64.tar.gz) = ff984f5a05e4990962c232da2e0c6c5cafb58fd18f5a59e6499e0f985ceb16d7
|
||||
SIZE (YAML-Tiny-1.64.tar.gz) = 71644
|
||||
SHA256 (YAML-Tiny-1.66.tar.gz) = fb79cb06a5d80b80871e77c3869e469c7bda39c995d930d6b55fe5bb2fa22730
|
||||
SIZE (YAML-Tiny-1.66.tar.gz) = 69762
|
||||
|
|
Loading…
Reference in a new issue