18886ca0f4
from 0.33nb2 to 0.37. pkgsrc changes: - adjust module type - adjust license Upstream changes: --- version: 0.37 date: Thu Sep 29 20:09:20 CEST 2011 changes: - Fix the bug that accidentally released YAML-XS instead of YAML-LibYAML. - Released from Wendy++ and Liz++'s Guest Bedroom. --- version: 0.36 date: Sun Sep 25 22:08:53 CEST 2011 changes: - Switch to Module::Package - Fix LoadFile on empty file failure. - Released from Wendy++ and Liz++'s Basement Server Room. --- version: 0.35 date: Mon Apr 4 00:33:09 CST 2011 changes: - Apply bdfoy patch from rt-46172 - Update ppport.h to fix rt-64749 & rt-62054 - Add ANDK's regexp.t patch from rt-62266 --- version: 0.34 date: Wed Apr 14 17:57:10 PDT 2010 changes: - These changes from chansen++ - Handle misbehaved tied hashes - Handle 'get' magic - Added support for tied arrays and hashes - Don't turn on the UTF-8 flag for strings containing US-ASCII (0x00-0x7F)
21 lines
569 B
Makefile
21 lines
569 B
Makefile
# $NetBSD: Makefile,v 1.8 2011/11/16 08:38:26 sno Exp $
|
|
#
|
|
|
|
DISTNAME= YAML-LibYAML-0.37
|
|
PKGNAME= p5-${DISTNAME}
|
|
#PKGNAME= p5-${DISTNAME:S/LibYAML/XS/}
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=YAML/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/YAML-LibYAML/
|
|
COMMENT= Perl XS binding to libyaml
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/YAML/LibYAML/.packlist
|
|
PERL5_MODULE_TYPE= Module::Install::Bundled
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|