diff options
author | seb <seb@pkgsrc.org> | 2006-10-10 09:53:07 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2006-10-10 09:53:07 +0000 |
commit | 37dafe429aa523a0fb43295e40cfd282cf3120c7 (patch) | |
tree | 4507d9a43558d2c5fbb09c4b05511a8b4f50deb6 /textproc/p5-XML-SemanticDiff/Makefile | |
parent | 00ed9f8fa5b72a79874446c698e4ad4ff51c569c (diff) | |
download | pkgsrc-37dafe429aa523a0fb43295e40cfd282cf3120c7.tar.gz |
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.
Diffstat (limited to 'textproc/p5-XML-SemanticDiff/Makefile')
-rw-r--r-- | textproc/p5-XML-SemanticDiff/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/textproc/p5-XML-SemanticDiff/Makefile b/textproc/p5-XML-SemanticDiff/Makefile new file mode 100644 index 00000000000..b578ca26079 --- /dev/null +++ b/textproc/p5-XML-SemanticDiff/Makefile @@ -0,0 +1,20 @@ +# $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" |