mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- Update to 1.25
- Better adjustment of dependencies - Style PR: ports/121035 Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com> Approved by: maintainer
This commit is contained in:
parent
4f67fabb88
commit
3d6609a1e0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=207874
@ -6,10 +6,9 @@
|
||||
#
|
||||
|
||||
PORTNAME= YAML-Tiny
|
||||
PORTVERSION= 1.13
|
||||
PORTVERSION= 1.25
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= YAML
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ychsiao@ychsiao.org
|
||||
@ -17,12 +16,8 @@ COMMENT= YAML::Tiny - Read/Write YAML files with as little code as possible
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
BUILD_DEPENDS+= p5-Test-Base>=0.47:${PORTSDIR}/devel/p5-Test-Base
|
||||
|
||||
MAN3= YAML::Tiny.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500801
|
||||
BUILD_DEPENDS= p5-Test-Base>=0.47:${PORTSDIR}/devel/p5-Test-Base
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (YAML-Tiny-1.13.tar.gz) = 163276aab3d9b63ba525c8c267a223b2
|
||||
SHA256 (YAML-Tiny-1.13.tar.gz) = 4f6af339433fd16eec2384915c84cbda29c521e8757678bb6ce6b6b7004d9961
|
||||
SIZE (YAML-Tiny-1.13.tar.gz) = 34416
|
||||
MD5 (YAML-Tiny-1.25.tar.gz) = 12d21c46c74b006a2f87c21f7a464f20
|
||||
SHA256 (YAML-Tiny-1.25.tar.gz) = 3f780b2c0f1621141e8cba0b9d03d086b3f8b568541b5ba04350eed8434a8dc1
|
||||
SIZE (YAML-Tiny-1.25.tar.gz) = 30017
|
||||
|
Loading…
Reference in New Issue
Block a user