[151065] trunk/dports/perl

devans at macports.org devans at macports.org
Sat Aug 6 08:23:40 PDT 2016


Revision: 151065
          https://trac.macports.org/changeset/151065
Author:   devans at macports.org
Date:     2016-08-06 08:23:40 -0700 (Sat, 06 Aug 2016)
Log Message:
-----------
p5-data-section-simple: new port, read data from __DATA__.

Added Paths:
-----------
    trunk/dports/perl/p5-data-section-simple/
    trunk/dports/perl/p5-data-section-simple/Portfile

Added: trunk/dports/perl/p5-data-section-simple/Portfile
===================================================================
--- trunk/dports/perl/p5-data-section-simple/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-data-section-simple/Portfile	2016-08-06 15:23:40 UTC (rev 151065)
@@ -0,0 +1,24 @@
+# -*- 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         Data-Section-Simple 0.07
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         Data::Section::Simple - Read data from __DATA__
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  4d102a69ec78fc09adc433e730415bd41940af32 \
+                    sha256  0b3035ffdb909aa1f7ded6b608fa9d894421c82c097d51e7171170d67579a9cb
+
+if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-test-requires
+
+    supported_archs noarch
+}


Property changes on: trunk/dports/perl/p5-data-section-simple/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/90c7c936/attachment.html>


More information about the macports-changes mailing list