[151067] trunk/dports/perl

devans at macports.org devans at macports.org
Sat Aug 6 08:25:35 PDT 2016


Revision: 151067
          https://trac.macports.org/changeset/151067
Author:   devans at macports.org
Date:     2016-08-06 08:25:35 -0700 (Sat, 06 Aug 2016)
Log Message:
-----------
p5-html-entities-interpolate: new port, call HTML::Entities::encode_entities, via a hash, within a string.

Added Paths:
-----------
    trunk/dports/perl/p5-html-entities-interpolate/
    trunk/dports/perl/p5-html-entities-interpolate/Portfile

Added: trunk/dports/perl/p5-html-entities-interpolate/Portfile
===================================================================
--- trunk/dports/perl/p5-html-entities-interpolate/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-html-entities-interpolate/Portfile	2016-08-06 15:25:35 UTC (rev 151067)
@@ -0,0 +1,33 @@
+# -*- 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-Entities-Interpolate 1.09
+license             Artistic-2
+maintainers         devans openmaintainer
+description         HTML::Entities::Interpolate - Call HTML::Entities::encode_entities, via a hash, within a string
+long_description    ${description}
+
+platforms           darwin
+
+extract.suffix      .tgz
+
+checksums           rmd160  5b2ff89377699cb2e6042f3481f5fa8774c0e411 \
+                    sha256  1a78b9f155cf2cdfa5eb26a189858147b14982585cc777f22a949705fbb37ffb
+
+if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-test-pod \
+                    port:p${perl5.major}-test-stream
+
+    depends_lib-append \
+                    port:p${perl5.major}-capture-tiny \
+                    port:p${perl5.major}-file-slurper \
+                    port:p${perl5.major}-html-parser \
+                    port:p${perl5.major}-tie-function
+
+    supported_archs noarch
+}


Property changes on: trunk/dports/perl/p5-html-entities-interpolate/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/20160806/5fd58ddb/attachment.html>


More information about the macports-changes mailing list