Permalink
Browse files
p5-perlx-maybe: new port
PerlX::Maybe - return a pair only if they are both defined
- Loading branch information
| @@ -0,0 +1,24 @@ | ||
| # -*- 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 | ||
|
|
||
| PortSystem 1.0 | ||
| PortGroup perl5 1.0 | ||
|
|
||
| perl5.branches 5.26 | ||
| perl5.setup PerlX-Maybe 1.001 | ||
| license {Artistic-1 GPL} | ||
| maintainers nomaintainer | ||
| description PerlX::Maybe - return a pair only if they are both defined | ||
| long_description ${description} | ||
|
|
||
| platforms darwin | ||
|
|
||
| checksums rmd160 52ee448573bd6412e28f8230a7d1a323d08785f7 \ | ||
| sha256 bfb24a5e0abd91532a99753f36b7ebb90d8f9a3f93b5750d9194615158d3c9d8 \ | ||
| size 16810 | ||
|
|
||
| if {${perl5.major} != ""} { | ||
| depends_lib-append \ | ||
| port:p${perl5.major}-perlx-maybe-xs | ||
|
|
||
| supported_archs noarch | ||
| } |