pkgsrc/textproc/p5-YAML-Syck/Makefile
wiz 96c5b5898c Update to 1.21:
[Changes for 1.21 - 2012-09-20]

* Tests all green on CPAN Testers. releasing to public.

[Changes for 1.21_01 - 2012-06-22]

* Synchronize JSON::Syck with YAML::Syck version number
* Add DumpInto functions (YAML+Syck) which dump into
  a provided scalar instead of a newly allocated one
* Modify DumpFile functions to output directly to the
  specified file/filehandle instead of buffering all
  output in memory.
* Avoid modifying numbers into strings when emitting
2012-10-21 23:11:57 +00:00

22 lines
594 B
Makefile

# $NetBSD: Makefile,v 1.17 2012/10/21 23:11:57 wiz Exp $
DISTNAME= YAML-Syck-1.21
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
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/YAML/Syck/.packlist
PERL5_MODULE_TYPE= Module::Install::Bundled
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"