[137425] trunk/dports/perl
devans at macports.org
devans at macports.org
Wed Jun 10 22:30:08 PDT 2015
Revision: 137425
https://trac.macports.org/changeset/137425
Author: devans at macports.org
Date: 2015-06-10 22:30:08 -0700 (Wed, 10 Jun 2015)
Log Message:
-----------
p5-test-file: new port, test file attributes.
Added Paths:
-----------
trunk/dports/perl/p5-test-file/
trunk/dports/perl/p5-test-file/Portfile
Added: trunk/dports/perl/p5-test-file/Portfile
===================================================================
--- trunk/dports/perl/p5-test-file/Portfile (rev 0)
+++ trunk/dports/perl/p5-test-file/Portfile 2015-06-11 05:30:08 UTC (rev 137425)
@@ -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 Test-File 1.41
+license {Artistic-1 GPL}
+maintainers devans openmaintainer
+description Test::File -- test file attributes
+long_description ${description}
+
+platforms darwin
+
+checksums rmd160 1cf8b99697b4df45e6ed94fb0a922d73426b01e3 \
+ sha256 45ec1b714f64d05e34205c40b08c49549f257910e4966fa28e2ac170d5516316
+
+if {${perl5.major} != ""} {
+ depends_lib-append \
+ port:p${perl5.major}-test-simple \
+ port:p${perl5.major}-test-utf8
+
+ supported_archs noarch
+}
Property changes on: trunk/dports/perl/p5-test-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/20150610/82ed0ae6/attachment.html>
More information about the macports-changes
mailing list