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:
956 bytes
|
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 | PortSystem 1.0 |
---|
5 | PortGroup perl5 1.0 |
---|
6 | |
---|
7 | perl5.branches 5.24 |
---|
8 | perl5.setup autobox 2.84 ../by-authors/id/C/CH/CHOCOLATE/ |
---|
9 | license {Artistic-1 GPL} |
---|
10 | maintainers nomaintainer |
---|
11 | description Call methods on native types |
---|
12 | long_description The autobox pragma allows methods to be called on \ |
---|
13 | integers, floats, strings, arrays, hashes, and \ |
---|
14 | code references in exactly the same manner as \ |
---|
15 | blessed references. |
---|
16 | |
---|
17 | platforms darwin |
---|
18 | |
---|
19 | checksums rmd160 b067110ad66b70c24d5f96b883627f22ce9880ac \ |
---|
20 | sha256 98dd2754f226684a72ccba3a95956b7eaff2871568e4dd9746e6fb6daae0b96b |
---|
21 | |
---|
22 | if {${perl5.major} != ""} { |
---|
23 | depends_lib-append \ |
---|
24 | port:p${perl5.major}-scope-guard |
---|
25 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.