[135146] trunk/dports/perl

devans at macports.org devans at macports.org
Thu Apr 16 08:47:29 PDT 2015


Revision: 135146
          https://trac.macports.org/changeset/135146
Author:   devans at macports.org
Date:     2015-04-16 08:47:29 -0700 (Thu, 16 Apr 2015)
Log Message:
-----------
p5-swf-file: new port, create a SWF file.

Added Paths:
-----------
    trunk/dports/perl/p5-swf-file/
    trunk/dports/perl/p5-swf-file/Portfile

Added: trunk/dports/perl/p5-swf-file/Portfile
===================================================================
--- trunk/dports/perl/p5-swf-file/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-swf-file/Portfile	2015-04-16 15:47:29 UTC (rev 135146)
@@ -0,0 +1,25 @@
+# -*- 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         SWF-File 0.42
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         SWF::File - Create a SWF file.
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  b863d6dffd87f7b0671b6091373f832b9dad120a \
+                    sha256  3f79640f8513a90c84c1d71f4306ad9fcaa034caa84385fa2bff45cf6a03a7c4
+
+if {${perl5.major} != ""} {
+    depends_lib-append \
+                    port:p${perl5.major}-data-temporarybag \
+                    port:p${perl5.major}-io-compress
+
+    supported_archs noarch
+}


Property changes on: trunk/dports/perl/p5-swf-file/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/20150416/edb87ed5/attachment.html>


More information about the macports-changes mailing list