pkgsrc/devel/p5-Data-Serializer/Makefile
adam 1040fd2e20 Changes 0.59:
* XML::Simple utf8 testing disabled, looks like XML::SAX works with utf8, but
  XML::Parser does not
* Recommend against using XML::Simple if you need to work with utf8 until this
  is resolved
* Fixes http://rt.cpan.org/Public/Bug/Display.html?id=68871

Changes 0.58:
* Added utf8 to the decode in the JSON deserializing code.
* Fixes https://rt.cpan.org/Public/Bug/Display.html?id=68125

Changes 0.57:
* Updated remainder of test suite to armor against XML::Simple dependency
  problems that I first attempted to fix in 0.53.
2011-08-12 06:34:44 +00:00

41 lines
1.7 KiB
Makefile

# $NetBSD: Makefile,v 1.6 2011/08/12 06:34:44 adam Exp $
DISTNAME= Data-Serializer-0.59
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Data-Serializer/
COMMENT= Perl 5 module to serialize data structures
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_MODULE_TYPE= Module::Build
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Data/Serializer/.packlist
DEPENDS+= {perl>=5.10,p5-Digest-SHA-[0-9]*}:../../security/p5-Digest-SHA
# Commented dependencies are recommended packages/modules for use with
# this package/module
#DEPENDS+= p5-Compress-PPMd-[0-9]*:../../devel/p5-Compress-PPMd
#DEPENDS+= p5-Config-General-[0-9]*:../../devel/p5-Config-General
#DEPENDS+= p5-Crypt-Blowfish-[0-9]*:../../security/p5-Crypt-Blowfish
#DEPENDS+= p5-Crypt-CBC-[0-9]*:../../security/p5-Crypt-CBC
#DEPENDS+= p5-Data-Denter-[0-9]*:../../devel/p5-Data-Denter
#DEPENDS+= p5-Data-Taxi-[0-9]*:../../devel/p5-Data-Taxi
#DEPENDS+= p5-FreezeThaw-[0-9]*:../../devel/p5-FreezeThaw
#DEPENDS+= p5-IO-Compress-[0-9]*:../../devel/p5-Compress-Zlib
#DEPENDS+= p5-JSON-XS-[0-9]*:../../converters/p5-JSON-XS
#DEPENDS+= p5-JSON-[0-9]*:../../converters/p5-JSON
#DEPENDS+= p5-MIME-Base64-[0-9]*:converters/p5-MIME-Base64
#DEPENDS+= p5-PHP-Serialization-[0-9]*:../../devel/p5-PHP-Serialization
#DEPENDS+= p5-XML-Dumper-[0-9]*:../../textproc/p5-XML-Dumper
#DEPENDS+= p5-XML-Simple-[0-9]*:../../textproc/p5-XML-Simple
#DEPENDS+= p5-YAML-Syck-[0-9]*:../../textproc/p5-YAML-Syck
#DEPENDS+= p5-YAML-[0-9]*:../../textproc/p5-YAML
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"