[150822] trunk/dports/perl

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


Revision: 150822
          https://trac.macports.org/changeset/150822
Author:   devans at macports.org
Date:     2016-07-29 13:09:10 -0700 (Fri, 29 Jul 2016)
Log Message:
-----------
p5-html-formattext-withlinks: new port, html to text conversion with links as footnotes.

Added Paths:
-----------
    trunk/dports/perl/p5-html-formattext-withlinks/
    trunk/dports/perl/p5-html-formattext-withlinks/Portfile

Added: trunk/dports/perl/p5-html-formattext-withlinks/Portfile
===================================================================
--- trunk/dports/perl/p5-html-formattext-withlinks/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-html-formattext-withlinks/Portfile	2016-07-29 20:09:10 UTC (rev 150822)
@@ -0,0 +1,30 @@
+# -*- 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-FormatText-WithLinks 0.15
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         HTML::FormatText::WithLinks - HTML to text conversion with links as footnotes
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  823926a9c922d33697d3802a96fb8a99d86946c3 \
+                    sha256  7fcc1ab79eb58fb97d43e5bdd14e21791a250a204998918c62d6a171131833b1
+
+if {${perl5.major} != ""} {
+    depends_lib-append \
+                    port:p${perl5.major}-test-mockobject
+
+    depends_lib-append \
+                    port:p${perl5.major}-html-formatter \
+                    port:p${perl5.major}-html-tree \
+                    port:p${perl5.major}-uri
+
+    supported_archs noarch
+    perl5.use_module_build
+}


Property changes on: trunk/dports/perl/p5-html-formattext-withlinks/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/a1e31b12/attachment.html>


More information about the macports-changes mailing list