diff options
author | he <he> | 2009-01-11 17:00:56 +0000 |
---|---|---|
committer | he <he> | 2009-01-11 17:00:56 +0000 |
commit | e56639c0ee0afef68c8231f7142a9a2743b1f9ba (patch) | |
tree | 8d0913427d1474915858ece6584593a1fe7c25d2 /textproc/p5-YAML-LibYAML/Makefile | |
parent | 74e4a2f39822bc674767259d303a11c7d5592ec5 (diff) | |
download | pkgsrc-e56639c0ee0afef68c8231f7142a9a2743b1f9ba.tar.gz |
Update from version 0.29 to 0.30.
Pkgsrc changes:
o Add PERL5_REQD+= 5.8.3
Upstream changes:
version: 0.30
date: Sun Jan 11 12:53:55 IST 2009
changes:
- Plug a leak in Load
- More efficient intermediate structure allocation
Diffstat (limited to 'textproc/p5-YAML-LibYAML/Makefile')
-rw-r--r-- | textproc/p5-YAML-LibYAML/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/p5-YAML-LibYAML/Makefile b/textproc/p5-YAML-LibYAML/Makefile index 644cf05f85c..fc7589709cd 100644 --- a/textproc/p5-YAML-LibYAML/Makefile +++ b/textproc/p5-YAML-LibYAML/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2008/12/12 17:32:45 he Exp $ +# $NetBSD: Makefile,v 1.3 2009/01/11 17:00:56 he Exp $ # -DISTNAME= YAML-LibYAML-0.29 +DISTNAME= YAML-LibYAML-0.30 PKGNAME= p5-${DISTNAME} #PKGNAME= p5-${DISTNAME:S/LibYAML/XS/} CATEGORIES= textproc perl5 @@ -13,6 +13,7 @@ COMMENT= Perl XS binding to libyaml PKG_DESTDIR_SUPPORT= user-destdir +PERL5_REQD+= 5.8.3 PERL5_PACKLIST= auto/YAML/LibYAML/.packlist .include "../../lang/perl5/module.mk" |