[127953] trunk/dports/perl

devans at macports.org devans at macports.org
Sat Nov 8 20:27:31 PST 2014


Revision: 127953
          https://trac.macports.org/changeset/127953
Author:   devans at macports.org
Date:     2014-11-08 20:27:30 -0800 (Sat, 08 Nov 2014)
Log Message:
-----------
p5-devel-checkbin: new port, check that a command is available.

Added Paths:
-----------
    trunk/dports/perl/p5-devel-checkbin/
    trunk/dports/perl/p5-devel-checkbin/Portfile

Added: trunk/dports/perl/p5-devel-checkbin/Portfile
===================================================================
--- trunk/dports/perl/p5-devel-checkbin/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-devel-checkbin/Portfile	2014-11-09 04:27:30 UTC (rev 127953)
@@ -0,0 +1,22 @@
+# -*- 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.8 5.10 5.12 5.14 5.16 5.18 5.20
+perl5.setup         Devel-CheckBin 0.02
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         Devel::CheckBin - check that a command is available
+long_description    Devel::CheckBin is a perl module that checks whether a particular command is available.
+
+platforms           darwin
+
+checksums           rmd160  e30e41f0521d9a942223a47e7fec1ea7e1b8cbc5 \
+                    sha256  f5643d4a11eaf6309137a377b907f0e25d9d966699c1144c950e789954d5e13c
+
+if {${perl5.major} != ""} {
+    perl5.use_module_build
+    supported_archs noarch
+}


Property changes on: trunk/dports/perl/p5-devel-checkbin/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/20141108/64824a16/attachment-0001.html>


More information about the macports-changes mailing list