99695ce5a9
pkgsrc changes: - add license definition Upstream changes: 0.34 2010-03-18 - Fix keys and values like '010' being serialized as strings as expected rather than being turned into ints. (RT#48594) 0.33 2009-07-14 - Added ability to store the order of the keys on decoding PHP assoc array (Alexander Bassilov) - Added ability to sort the keys on encoding HASHes (Alexander Bassilov) 0.32 2009-06-20 - Making finite state machine - Fixed bug in arrays RT21218 - RT24441 is not a bug - Croaks on incomplete strings. RT44700 - Fixed bug with float as index. RT42029 - Removed warning from POD - Changed todo in POD - BOLAV@cpan.org 0.31 2009-04-14 - Add warning note to POD - Take patch from RT#45024 to fix boolean deserialization bug.
21 lines
559 B
Makefile
21 lines
559 B
Makefile
# $NetBSD: Makefile,v 1.6 2010/09/05 11:03:05 sno Exp $
|
|
#
|
|
|
|
DISTNAME= PHP-Serialization-0.34
|
|
PKGNAME= p5-${DISTNAME}
|
|
#PKGREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PHP/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/PHP-Serialization/
|
|
COMMENT= Perl 5 module providing PHP-like (de)serialization
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/PHP/Serialization/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|