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:
760 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 Test-Warnings 0.026 |
---|
9 | license {Artistic-1 GPL} |
---|
10 | maintainers nomaintainer |
---|
11 | description Test for warnings and the lack of them |
---|
12 | long_description ${description} |
---|
13 | |
---|
14 | platforms darwin |
---|
15 | |
---|
16 | checksums rmd160 87e50ea003e8a3509b50f8f6442d52ef3a49a4b7 \ |
---|
17 | sha256 ae2b68b1b5616704598ce07f5118efe42dc4605834453b7b2be14e26f9cc9a08 |
---|
18 | |
---|
19 | if {${perl5.major} != ""} { |
---|
20 | depends_build-append \ |
---|
21 | port:p${perl5.major}-cpan-meta-check |
---|
22 | |
---|
23 | supported_archs noarch |
---|
24 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.