ddda1d5ae6
Changelog: 0.606 Wed Dec 3 00:09:34 GMT 2008 <joe@kafsemo.org> - Ensure META.yml spec version matches URL. 0.605 Mon Dec 1 23:01:21 GMT 2008 <joe@kafsemo.org> - Use MIT license, formalising David Megginson's original ("No warranty. Commercial and non-commercial use freely permitted."). - Fix from Yanick Champoux for dataElements namespaces (#41359).
20 lines
522 B
Makefile
20 lines
522 B
Makefile
# $NetBSD: Makefile,v 1.19 2008/12/11 15:57:22 rhaen Exp $
|
|
#
|
|
|
|
DISTNAME= XML-Writer-0.606
|
|
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
|
|
|
|
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"
|