[131453] trunk/dports/perl
devans at macports.org
devans at macports.org
Mon Jan 12 03:21:08 PST 2015
Revision: 131453
https://trac.macports.org/changeset/131453
Author: devans at macports.org
Date: 2015-01-12 03:21:08 -0800 (Mon, 12 Jan 2015)
Log Message:
-----------
p5-io-prompt-tiny: new port, prompt for user input with a default option.
Added Paths:
-----------
trunk/dports/perl/p5-io-prompt-tiny/
trunk/dports/perl/p5-io-prompt-tiny/Portfile
Added: trunk/dports/perl/p5-io-prompt-tiny/Portfile
===================================================================
--- trunk/dports/perl/p5-io-prompt-tiny/Portfile (rev 0)
+++ trunk/dports/perl/p5-io-prompt-tiny/Portfile 2015-01-12 11:21:08 UTC (rev 131453)
@@ -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.16 5.18 5.20
+perl5.setup IO-Prompt-Tiny 0.002
+license {Artistic-1 GPL}
+maintainers devans openmaintainer
+description IO::Prompt::Tiny - Prompt for user input with a default option
+long_description ${description}
+
+platforms darwin
+
+checksums rmd160 a0334696b073de2e355cc7953961fda5d75ec31b \
+ sha256 7e1a9ae9b28e9ae4ce9feb9bb9792c25f274b93162507c4f043f6121096b83ca
+
+if {${perl5.major} != ""} {
+ depends_build-append \
+ port:p${perl5.major}-capture-tiny
+
+ supported_archs noarch
+}
Property changes on: trunk/dports/perl/p5-io-prompt-tiny/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/20150112/55f29f48/attachment.html>
More information about the macports-changes
mailing list