Last change
on this file was
154393,
checked in by mojca@…, 18 months ago
|
p5-*: remove subports for perl5.22 (#52081)
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
1.2 KB
|
Line | |
---|
1 | # -*- 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 |
---|
2 | # $Id: Portfile 154393 2016-10-28 22:10:07Z mojca@macports.org $ |
---|
3 | |
---|
4 | # This comment was inserted on 20160713 to force reindexing of |
---|
5 | # this port after the default homepage definition in the perl5 |
---|
6 | # PortGroup was changed to use metacpan.org (r150080). |
---|
7 | # Reindexing is necessary for the new definition to take effect. |
---|
8 | # This comment may be removed in subsequent updates of this port. |
---|
9 | |
---|
10 | PortSystem 1.0 |
---|
11 | PortGroup perl5 1.0 |
---|
12 | |
---|
13 | perl5.branches 5.24 |
---|
14 | perl5.setup IO-Pty-Easy 0.10 |
---|
15 | license {Artistic-1 GPL} |
---|
16 | maintainers nomaintainer |
---|
17 | description Easy interface to IO::Pty |
---|
18 | long_description IO::Pty::Easy provides an interface to IO::Pty which \ |
---|
19 | hides most of the ugly details of handling ptys, wrapping \ |
---|
20 | them instead in simple spawn/read/write commands. |
---|
21 | |
---|
22 | checksums rmd160 04d1047feeba74cbf4cd0437a79c9d97f3b6cac8 \ |
---|
23 | sha256 4aef50c0454a640f6ff47d8a5f2ffaadaf681b34b6ffda29c3b10769e582f175 |
---|
24 | |
---|
25 | platforms darwin |
---|
26 | |
---|
27 | if {${perl5.major} != ""} { |
---|
28 | depends_lib-append \ |
---|
29 | port:p${perl5.major}-io-tty |
---|
30 | |
---|
31 | supported_archs noarch |
---|
32 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.