[137159] trunk/dports/perl
devans at macports.org
devans at macports.org
Fri Jun 5 11:55:18 PDT 2015
Revision: 137159
https://trac.macports.org/changeset/137159
Author: devans at macports.org
Date: 2015-06-05 11:55:18 -0700 (Fri, 05 Jun 2015)
Log Message:
-----------
p5-html-tidy: new port, HTML validation in a Perl object.
Added Paths:
-----------
trunk/dports/perl/p5-html-tidy/
trunk/dports/perl/p5-html-tidy/Portfile
Added: trunk/dports/perl/p5-html-tidy/Portfile
===================================================================
--- trunk/dports/perl/p5-html-tidy/Portfile (rev 0)
+++ trunk/dports/perl/p5-html-tidy/Portfile 2015-06-05 18:55:18 UTC (rev 137159)
@@ -0,0 +1,27 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+PortGroup perl5 1.0
+
+perl5.branches 5.16 5.18 5.20
+perl5.setup HTML-Tidy 1.56
+license {Artistic-1 GPL}
+maintainers devans openmaintainer
+description HTML::Tidy - (X)HTML validation in a Perl object
+long_description ${description}
+
+platforms darwin
+
+checksums rmd160 3ecc56fcecba1d887871e07f324147ed20c0a7bc \
+ sha256 080887ffc4d4358719527703f17003b9526826430db52af16a6aa7bc9be5e4fe
+
+if {${perl5.major} != ""} {
+ depends_lib-append \
+ port:p${perl5.major}-libwww-perl \
+ port:tidyp
+
+ post-patch {
+ reinplace "s|/usr/include|${prefix}/include|g" ${worksrcpath}/Makefile.PL
+ }
+}
Property changes on: trunk/dports/perl/p5-html-tidy/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150605/ce3a55c3/attachment-0001.html>
More information about the macports-changes
mailing list