55c5091433
- remove invalid Spiffy dependency provided by YAML (GitHub pull req 23) - Force escaping of single '-' (GitHub pull req 22) - Revert Mo from 0.38 to 0.31 - zefram++ reported it breaking cpan client - Fixed tests to work under parallel testing -- kentnl - Switched to dzil release process - Fixed YAML loading on perl 5.8 (broken in YAML 0.85) by removing 5.10-specific regex construct. -- hobbs++ - Using latest Test::Builder tp fix https://rt.cpan.org/Public/Bug/Display.html?id=90847 - Revert YAML::Mo for https://rt.cpan.org/Public/Bug/Display.html?id=90817 - Fix for https://rt.cpan.org/Ticket/Display.html?id=19838 where synopsis in YAML::Dumper doesn't work as exptected. - Thorsten++ https://rt.cpan.org/Public/Bug/Display.html?id=90593 - Upgrade to latest Mo
26 lines
778 B
Makefile
26 lines
778 B
Makefile
# $NetBSD: Makefile,v 1.31 2014/06/09 19:59:16 schmonz Exp $
|
|
|
|
DISTNAME= YAML-0.92
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= perl5 textproc
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=YAML/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/YAML/
|
|
COMMENT= YAML implementation for Perl
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Filter-[0-9]*:../../textproc/p5-Filter
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/YAML/.packlist
|
|
MAKE_PARAMS+= < /dev/null
|
|
# By using Module::Install::Bundled a circular dependency on
|
|
# involving devel/p5-Module-Build, textproc/p5-YAML and
|
|
# devel/p5-Module-Install is avoided
|
|
PERL5_MODULE_TYPE= Module::Install::Bundled
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|