diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-09-20 16:10:31 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-09-20 16:10:31 +0800 |
commit | 9454428253e2f6b48fc023fa5a31825e30f4fd3e (patch) | |
tree | 9cb38219af65a1a7f47f4ea6621f4af249982e9e /textproc | |
parent | fba6dc07b9c26d59ed3b5f8a41d6a03f822a9e6a (diff) | |
download | freebsd-ports-gnome-9454428253e2f6b48fc023fa5a31825e30f4fd3e.tar.gz freebsd-ports-gnome-9454428253e2f6b48fc023fa5a31825e30f4fd3e.tar.zst freebsd-ports-gnome-9454428253e2f6b48fc023fa5a31825e30f4fd3e.zip |
- Update to 1.55
- Add LICENSE
Changes: http://search.cpan.org/dist/YAML-Tiny/Changes
PR: ports/182232
Submitted by: sunpoet (myself)
Approved by: Yuan-Chung Hsiao <ychsiao@gmail.com> (maintainer)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-YAML-Tiny/Makefile | 5 | ||||
-rw-r--r-- | textproc/p5-YAML-Tiny/distinfo | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/textproc/p5-YAML-Tiny/Makefile b/textproc/p5-YAML-Tiny/Makefile index 35ed8407e4a7..0ab19af143c2 100644 --- a/textproc/p5-YAML-Tiny/Makefile +++ b/textproc/p5-YAML-Tiny/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= YAML-Tiny -PORTVERSION= 1.51 +PORTVERSION= 1.55 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,6 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= ychsiao@ychsiao.org COMMENT= Read/Write YAML files with as little code as possible +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + TEST_DEPENDS= p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML USES= perl5 diff --git a/textproc/p5-YAML-Tiny/distinfo b/textproc/p5-YAML-Tiny/distinfo index 53c591571090..7ba9fbe60309 100644 --- a/textproc/p5-YAML-Tiny/distinfo +++ b/textproc/p5-YAML-Tiny/distinfo @@ -1,2 +1,2 @@ -SHA256 (YAML-Tiny-1.51.tar.gz) = 5c6e9b3d9e558fc428d8b8710da49ff3bcb9fb606decb63c24816da01c9f8b4d -SIZE (YAML-Tiny-1.51.tar.gz) = 43342 +SHA256 (YAML-Tiny-1.55.tar.gz) = a0f7872f8a8ad0baa38addd3b7d99a618ac70dfc7b717c9c0db8563204312377 +SIZE (YAML-Tiny-1.55.tar.gz) = 43881 |