7f6f63d8fa
Pkgsrc changes: o Change to use Module::Build Upstream changes: 0.99 October 03 2008 - Now can exclude some paths from the comparison: - http://rt.cpan.org/Ticket/Display.html?id=39705 0.98 September 13 2008 - Added the LICENSE section to the POD (Kwalitee). - Added the "use warnings" (Kwalitee). - Added the "Repository URL" on the resources page.
23 lines
685 B
Makefile
23 lines
685 B
Makefile
# $NetBSD: Makefile,v 1.5 2008/11/28 14:44:25 he Exp $
|
|
#
|
|
|
|
DISTNAME= XML-SemanticDiff-0.99
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/XML-SemanticDiff/
|
|
COMMENT= Perl extension for comparing XML documents
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5
|
|
DEPENDS+= p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser
|
|
DEPENDS+= p5-Encode-[0-9]*:../../textproc/p5-Encode
|
|
|
|
PERL5_PACKLIST= auto/XML/SemanticDiff/.packlist
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|