pkgsrc/devel/p5-Data-Serializer/Makefile
he 006ee046ba Update from version 0.47nb1 to 0.48.
Upstream changes:

0.48  Tue Aug  20 2008
	- Cleaned up DESTROY method to not undef _fields (This was
	  my error, not the submitted patch)
	  Thanks to Dulaunoy Fabrice <fabrice@dulaunoy.com>
	  for showing me the error of my ways
2008-11-02 14:29:29 +00:00

41 lines
1.6 KiB
Makefile

# $NetBSD: Makefile,v 1.3 2008/11/02 14:29:29 he Exp $
#
DISTNAME= Data-Serializer-0.48
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
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_MODULE_TYPE= Module::Build
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Data/Serializer/.packlist
DEPENDS+= 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-Compress-Zlib-[0-9]*:../../devel/p5-Compress-Zlib
#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-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"