diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-11-30 22:50:22 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-11-30 22:50:22 +0800 |
commit | ec8437eef246518fe7b290993cf3b0d58ac33968 (patch) | |
tree | 07e0d5cfc0c9ee96ac122123537da51e1c8359da /textproc/p5-YAML-Tiny | |
parent | 941015f647012a972902e6f12cb779fe05b326ad (diff) | |
download | freebsd-ports-gnome-ec8437eef246518fe7b290993cf3b0d58ac33968.tar.gz freebsd-ports-gnome-ec8437eef246518fe7b290993cf3b0d58ac33968.tar.zst freebsd-ports-gnome-ec8437eef246518fe7b290993cf3b0d58ac33968.zip |
- Update to 1.56
- Support STAGEDIR
Changes: http://search.cpan.org/dist/YAML-Tiny/Changes
PR: ports/184388
Submitted by: sunpoet (myself)
Approved by: Yuan-Chung Hsiao <ychsiao@ychsiao.org> (maintainer)
Diffstat (limited to 'textproc/p5-YAML-Tiny')
-rw-r--r-- | textproc/p5-YAML-Tiny/Makefile | 7 | ||||
-rw-r--r-- | textproc/p5-YAML-Tiny/distinfo | 4 | ||||
-rw-r--r-- | textproc/p5-YAML-Tiny/pkg-plist | 1 |
3 files changed, 5 insertions, 7 deletions
diff --git a/textproc/p5-YAML-Tiny/Makefile b/textproc/p5-YAML-Tiny/Makefile index 43da18365c77..aeb4aa7bee0a 100644 --- a/textproc/p5-YAML-Tiny/Makefile +++ b/textproc/p5-YAML-Tiny/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= YAML-Tiny -PORTVERSION= 1.55 +PORTVERSION= 1.56 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,9 +16,6 @@ LICENSE_COMB= dual TEST_DEPENDS= p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML USES= perl5 -USE_PERL5= configure +USE_PERL5= modbuildtiny -MAN3= YAML::Tiny.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/textproc/p5-YAML-Tiny/distinfo b/textproc/p5-YAML-Tiny/distinfo index 7ba9fbe60309..e28b3fca9df3 100644 --- a/textproc/p5-YAML-Tiny/distinfo +++ b/textproc/p5-YAML-Tiny/distinfo @@ -1,2 +1,2 @@ -SHA256 (YAML-Tiny-1.55.tar.gz) = a0f7872f8a8ad0baa38addd3b7d99a618ac70dfc7b717c9c0db8563204312377 -SIZE (YAML-Tiny-1.55.tar.gz) = 43881 +SHA256 (YAML-Tiny-1.56.tar.gz) = 145208ff411e2e2961de640860624492b82946ea2b0c3bd4069c0326e4de451e +SIZE (YAML-Tiny-1.56.tar.gz) = 45380 diff --git a/textproc/p5-YAML-Tiny/pkg-plist b/textproc/p5-YAML-Tiny/pkg-plist index 9467e103c3cf..9d16fb027412 100644 --- a/textproc/p5-YAML-Tiny/pkg-plist +++ b/textproc/p5-YAML-Tiny/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/YAML/Tiny.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/YAML/Tiny/.packlist +%%PERL5_MAN3%%/YAML::Tiny.3.gz @dirrmtry %%SITE_PERL%%/YAML @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/YAML/Tiny @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/YAML |