3d0a2f751a
[Changes for 1.29 - 2014-12-15] * Bump to 1.29 with no changes after CPAN Testers looks good. [Changes for 1.29_01 - 2014-12-14] * Experimentally try patch from RT 83825. Will release if no test failures or complaints. * Fix crash in syck_emit on platforms with long long pointers
19 lines
516 B
Makefile
19 lines
516 B
Makefile
# $NetBSD: Makefile,v 1.24 2014/12/30 13:00:03 wiz Exp $
|
|
|
|
DISTNAME= YAML-Syck-1.29
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= perl5 textproc
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=YAML/}
|
|
|
|
MAINTAINER= bad@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/~audreyt/YAML-Syck/
|
|
COMMENT= Fast, lightweight YAML loader and dumper
|
|
LICENSE= mit AND 2-clause-bsd
|
|
|
|
USE_LANGUAGES= c
|
|
|
|
PERL5_PACKLIST= auto/YAML/Syck/.packlist
|
|
PERL5_MODULE_TYPE= Module::Install::Bundled
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|