a3400de4cd
- added DESTDIR support - changed maintainer to rhaen@NetBSD.org ChangeLog: 0.603 Mon Jun 25 22:31:40 BST 2007 <joe@kafsemo.org> - Escape all necessary white space in attributes (#25499). 0.602 Sat Nov 11 16:54:22 GMT 2006 <joe@kafsemo.org> - Fix bugs in test case to avoid breaking with new Perls. - Make test case work with older Perls, tested against 5.004 (#17288). - Include pod syntax and coverage tests.
20 lines
522 B
Makefile
20 lines
522 B
Makefile
# $NetBSD: Makefile,v 1.16 2008/02/08 12:51:59 rhaen Exp $
|
|
#
|
|
|
|
DISTNAME= XML-Writer-0.603
|
|
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"
|