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.3 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 Const-Fast 0.014 ../by-authors/id/L/LE/LEONT |
---|
15 | maintainers nomaintainer |
---|
16 | license {Artistic-1 GPL} |
---|
17 | |
---|
18 | description Const::Fast - Facility for creating read-only scalars, arrays, and hashes. |
---|
19 | long_description ${description} |
---|
20 | |
---|
21 | checksums rmd160 6f25074c8785a17ecdca5989d797d966bdea4b28 \ |
---|
22 | sha256 f805953a08c57846a16a4d85d7b766398afaf7c36c1465fcb1dea09e5fa394db |
---|
23 | |
---|
24 | platforms darwin |
---|
25 | supported_archs noarch |
---|
26 | |
---|
27 | perl5.use_module_build |
---|
28 | |
---|
29 | if {${perl5.major} != ""} { |
---|
30 | depends_build-append \ |
---|
31 | port:p${perl5.major}-module-build-tiny \ |
---|
32 | port:p${perl5.major}-test-fatal |
---|
33 | |
---|
34 | depends_lib-append \ |
---|
35 | port:p${perl5.major}-sub-exporter-progressive |
---|
36 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.