[150823] trunk/dports/perl

devans at macports.org devans at macports.org
Fri Jul 29 13:10:24 PDT 2016


Revision: 150823
          https://trac.macports.org/changeset/150823
Author:   devans at macports.org
Date:     2016-07-29 13:10:24 -0700 (Fri, 29 Jul 2016)
Log Message:
-----------
p5-html-restrict: new port, strip unwanted html tags and attributes.

Added Paths:
-----------
    trunk/dports/perl/p5-html-restrict/
    trunk/dports/perl/p5-html-restrict/Portfile

Added: trunk/dports/perl/p5-html-restrict/Portfile
===================================================================
--- trunk/dports/perl/p5-html-restrict/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-html-restrict/Portfile	2016-07-29 20:10:24 UTC (rev 150823)
@@ -0,0 +1,32 @@
+# -*- 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.22 5.24
+perl5.setup         HTML-Restrict 2.2.3
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         HTML::Restrict - Strip unwanted HTML tags and attributes
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  9e105be7570b6a024927e752a2055e8ccb26e8ec \
+                    sha256  4a9315b810f9c61f703f19a4d616046d694eca2bf823e87205d37c62b3b51692
+
+if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-test-fatal
+
+    depends_lib-append \
+                    port:p${perl5.major}-data-dump \
+                    port:p${perl5.major}-html-parser \
+                    port:p${perl5.major}-moo \
+                    port:p${perl5.major}-namespace-clean \
+                    port:p${perl5.major}-type-tiny \
+                    port:p${perl5.major}-uri
+
+    supported_archs noarch
+}


Property changes on: trunk/dports/perl/p5-html-restrict/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/20160729/968d2067/attachment.html>


More information about the macports-changes mailing list