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:
858 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 Apache-Test 1.40 |
---|
9 | platforms darwin |
---|
10 | license Apache-2 |
---|
11 | maintainers nomaintainer |
---|
12 | supported_archs noarch |
---|
13 | |
---|
14 | description Facilitates testing of Apache::* modules |
---|
15 | |
---|
16 | long_description ${description} |
---|
17 | |
---|
18 | checksums rmd160 e37ff4aa52a91f717dad278fce54f4bba1013fcc \ |
---|
19 | sha256 3cf537f1c81deb549d62be7fd5ee1af439283a9e93f3d13465d01a1d41d4ae40 |
---|
20 | |
---|
21 | if {${perl5.major} != ""} { |
---|
22 | |
---|
23 | # depend on p5-cgi, removed from perl core in 5.21+ (#44586). |
---|
24 | |
---|
25 | depends_build-append \ |
---|
26 | port:p${perl5.major}-cgi \ |
---|
27 | port:p${perl5.major}-libwww-perl |
---|
28 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.