[121739] trunk/dports/perl

devans at macports.org devans at macports.org
Sun Jul 6 06:36:02 PDT 2014


Revision: 121739
          https://trac.macports.org/changeset/121739
Author:   devans at macports.org
Date:     2014-07-06 06:36:02 -0700 (Sun, 06 Jul 2014)
Log Message:
-----------
p5-poppler: new port, perl bindings to poppler libraries.

Added Paths:
-----------
    trunk/dports/perl/p5-poppler/
    trunk/dports/perl/p5-poppler/Portfile

Added: trunk/dports/perl/p5-poppler/Portfile
===================================================================
--- trunk/dports/perl/p5-poppler/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-poppler/Portfile	2014-07-06 13:36:02 UTC (rev 121739)
@@ -0,0 +1,28 @@
+# -*- 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
+
+# requires perl 5.10 or better
+
+perl5.branches      5.10 5.12 5.14 5.16 5.18
+perl5.setup         Poppler 0.04
+platforms           darwin
+maintainers         devans openmaintainer
+license             LGPL-2.1+
+
+description         Perl bindings for the poppler library
+long_description    ${description}
+
+homepage            https://metacpan.org/pod/Poppler
+master_sites        http://cpan.metacpan.org/authors/id/C/CO/CORNELIUS
+
+checksums           rmd160  a16a58a11fb32b4666be13f9b34dff7334d4f3a2 \
+                    sha256  08b68ca602c633b1dcb0a2b08cbadb5208ff3ad085be0cf59c2e9ae7f3d21906
+
+if {${perl5.major} != ""} {
+    depends_lib-append \
+                    port:poppler \
+                    port:p${perl5.major}-cairo
+}


Property changes on: trunk/dports/perl/p5-poppler/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/20140706/12335d9e/attachment.html>


More information about the macports-changes mailing list