pkgsrc/textproc/p5-XML-SemanticDiff/Makefile
seb 636bca719f Initial addition of p5-XML-SemanticDiff version 0.95 into the NetBSD
Packages Collection.

The perl5 module XML::SematicDiff provides a way to compare the
contents and structure of two XML documents. By default, it returns
a list of hashrefs where each hashref describes a single difference
between the two docs.
2006-10-10 09:53:07 +00:00

20 lines
592 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2006/10/10 09:53:07 seb Exp $
#
DISTNAME= XML-SemanticDiff-0.95
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
DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5
DEPENDS+= p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser
PERL5_PACKLIST= auto/XML/SemanticDiff/.packlist
USE_LANGUAGES= # none
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"