pkgsrc/textproc/p5-XML-Writer/Makefile
rhaen 0cadbd8e2a Updated to 0.615
ChangeLog:
0.615 Tue Jan 17 01:32:07 2012 +1100    <joe@kafsemo.org>
        - Fix test skipping when Unicode is unsupported.

0.614 Mon Jan  9 00:24:10 2012 +1100    <joe@kafsemo.org>
        - Fix regression in 0.613 and set encoding on GLOBs.

0.613 Sat Jan  7 22:51:26 2012 +1100    <joe@kafsemo.org>
        - Use 'Object->new()' syntax throughout (#65840).
        - Support passing in any arbitrary object that has a print()
           method (from Jason Rodrigues).
2012-01-26 13:07:46 +00:00

23 lines
674 B
Makefile

# $NetBSD: Makefile,v 1.23 2012/01/26 13:07:46 rhaen Exp $
#
DISTNAME= XML-Writer-0.615
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5xwr
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
MAINTAINER= rhaen@NetBSD.org
HOMEPAGE= http://xml-writer-perl.berlios.de/
COMMENT= Perl module for writing XML documents
#LICENSE= ?
# Redistribution and use in source and compiled forms, with or without
# modification, are permitted under any circumstances. No warranty.
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/XML/Writer/.packlist
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"