summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Tidy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-XML-Tidy/Makefile')
-rw-r--r--textproc/p5-XML-Tidy/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/textproc/p5-XML-Tidy/Makefile b/textproc/p5-XML-Tidy/Makefile
new file mode 100644
index 00000000000..a6e11007b90
--- /dev/null
+++ b/textproc/p5-XML-Tidy/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/10/26 19:12:56 abs Exp $
+#
+
+DISTNAME= XML-Tidy-1.2.54HJnFa
+PKGNAME= p5-${DISTNAME:C:[^0-9.][^.]*$::}
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/P/PI/PIP/}
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/perldoc?XML::Tidy
+COMMENT= Tidy indenting of XML documents
+
+DEPENDS+= p5-XML-XPath>=0:../../textproc/p5-XML-XPath
+DEPENDS+= p5-Math-BaseCnv>=0:../../math/p5-Math-BaseCnv
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+PKG_DESTDIR_SUPPORT= user-destdir
+
+PERL5_PACKLIST= auto/XML/Tidy/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"