Permalink
Browse files
p5-cgi-simple: update to version 0.14, dependencies
- Loading branch information
Showing
with
12 additions
and
6 deletions.
-
+12
−6
perl/p5-cgi-simple/Portfile
|
|
@@ -4,20 +4,26 @@ PortSystem 1.0 |
|
|
PortGroup perl5 1.0 |
|
|
|
|
|
perl5.branches 5.24 5.26 |
|
|
perl5.setup CGI-Simple 1.115 |
|
|
perl5.setup CGI-Simple 1.14 |
|
|
license {Artistic-1 GPL} |
|
|
maintainers nomaintainer |
|
|
description A Simple totally OO CGI interface that is CGI.pm compliant |
|
|
long_description ${description} |
|
|
|
|
|
platforms darwin |
|
|
|
|
|
checksums rmd160 2a1ae38f0ee911cc35d2c68517fe8cb2e64a42d5 \ |
|
|
sha256 4f873bc9d055afb7b213684b5bc22d305a456f43c651377d3f2497176a587eda |
|
|
checksums rmd160 fd0a099013bc74b5725c3eaec23c738ec2e09ea1 \ |
|
|
sha256 e4f9c5d2e231b2ab84351be1e664fd45d5ac25920814ad806ecac6f25fd938d3 \ |
|
|
size 86250 |
|
|
|
|
|
if {${perl5.major} != ""} { |
|
|
depends_lib-append \ |
|
|
port:p${perl5.major}-io-stringy |
|
|
depends_build-append \ |
|
|
port:p${perl5.major}-test-exception \ |
|
|
port:p${perl5.major}-test-nowarnings |
|
|
|
|
|
supported_archs noarch |
|
|
depends_lib-append \ |
|
|
port:p${perl5.major}-io-stringy |
|
|
|
|
|
perl5.use_module_build |
|
|
supported_archs noarch |
|
|
} |