diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-03-31 08:50:49 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-03-31 08:50:49 +0800 |
commit | 5fba2bc75151714924af5ea86a1be6b438a673be (patch) | |
tree | 7a8a26245ef42ec63ec209b15e92eab56bb55826 /textproc | |
parent | f73dc713a17026080503afd194ed41e74b6236d4 (diff) | |
download | freebsd-ports-gnome-5fba2bc75151714924af5ea86a1be6b438a673be.tar.gz freebsd-ports-gnome-5fba2bc75151714924af5ea86a1be6b438a673be.tar.zst freebsd-ports-gnome-5fba2bc75151714924af5ea86a1be6b438a673be.zip |
- Update to 1.51
- Add TEST_DEPENDS
Changes: http://search.cpan.org/dist/YAML-Tiny/Changes
PR: ports/165990
Submitted by: sunpoet (myself)
Approved by: Yuan-Chung Hsiao <ychsiao@ychsiao.org> (maintainer)
Feature safe: yes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-YAML-Tiny/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-YAML-Tiny/distinfo | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/textproc/p5-YAML-Tiny/Makefile b/textproc/p5-YAML-Tiny/Makefile index 1ebd00f2f404..17dde25c1967 100644 --- a/textproc/p5-YAML-Tiny/Makefile +++ b/textproc/p5-YAML-Tiny/Makefile @@ -6,7 +6,7 @@ # PORTNAME= YAML-Tiny -PORTVERSION= 1.50 +PORTVERSION= 1.51 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,6 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ychsiao@ychsiao.org COMMENT= Read/Write YAML files with as little code as possible +TEST_DEPENDS= p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML + PERL_CONFIGURE= yes MAN3= YAML::Tiny.3 diff --git a/textproc/p5-YAML-Tiny/distinfo b/textproc/p5-YAML-Tiny/distinfo index ffcdc4513848..53c591571090 100644 --- a/textproc/p5-YAML-Tiny/distinfo +++ b/textproc/p5-YAML-Tiny/distinfo @@ -1,2 +1,2 @@ -SHA256 (YAML-Tiny-1.50.tar.gz) = a379dfad04db22d70edc47c611765b401b5c03dbb08b817cd7c362e01ea5e129 -SIZE (YAML-Tiny-1.50.tar.gz) = 42411 +SHA256 (YAML-Tiny-1.51.tar.gz) = 5c6e9b3d9e558fc428d8b8710da49ff3bcb9fb606decb63c24816da01c9f8b4d +SIZE (YAML-Tiny-1.51.tar.gz) = 43342 |