pkgsrc/textproc/p5-XML-Writer/Makefile
wiz e2366f9c37 Update to 0.612:
0.612 Mon Aug 16 00:10:16 2010 +1000    <joe@kafsemo.org>
        - Allow DATA_INDENT to specify arbitrary white space for
           indentation. If it is numeric then use that many space
           characters.

0.611 Thu Apr 22 13:09:12 BST 2010    <joe@kafsemo.org>
        - Adopt rewritten license text to explicitly allow modification.

0.610 Mon Mar 29 02:29:32 BST 2010    <joe@kafsemo.org>
        - Add a CHECK_PRINT constructor parameter to check the output print
           success (#50465). It will croak when printing to output fails.

0.607 Mon Mar 22 14:46:26 GMT 2010    <joe@kafsemo.org>
        - Address license confusion by reverting to the original
           license, with contributor permission, and removing
           unintentional references to the (more restrictive)
           GPL/Artistic.
2010-09-12 12:41:34 +00:00

23 lines
672 B
Makefile

# $NetBSD: Makefile,v 1.21 2010/09/12 12:41:34 wiz Exp $
#
DISTNAME= XML-Writer-0.612
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"