Permalink
Browse files
p5-alien-libuuid: new port
Alien::libuuid - Find/install libuuid
- Loading branch information
| @@ -0,0 +1,31 @@ | ||
| # -*- 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 5.28 | ||
| perl5.setup Alien-libuuid 0.02 | ||
| license {Artistic-1 GPL} | ||
| maintainers {devans @dbevans} openmaintainer | ||
| description Alien::libuuid - Find or download and install libuuid | ||
| long_description ${description} | ||
|
|
||
| platforms darwin | ||
|
|
||
| checksums rmd160 1526d1db607142e5946104ced1e80da004861c32 \ | ||
| sha256 6a18bf77017d3e12a8ca9ab5fda036cf94755e1aa1575ba2fb49e0f6e9dac99c \ | ||
| size 14642 | ||
|
|
||
| if {${perl5.major} != ""} { | ||
| depends_build-append \ | ||
| port:p${perl5.major}-ffi-platypus \ | ||
| port:p${perl5.major}-test2-suite \ | ||
| port:pkgconfig | ||
|
|
||
| # doesn't build with ossp-libuuid due to its restricted API | ||
| depends_lib-append \ | ||
| port:p${perl5.major}-alien-build \ | ||
| port:libuuid | ||
|
|
||
| supported_archs noarch | ||
| } |