Permalink
Browse files
p5-uuid-ffi: new port
UUID::FFI - Universally Unique Identifiers FFI style
- Loading branch information
| @@ -0,0 +1,29 @@ | ||
| # -*- 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 UUID-FFI 0.07 | ||
| license {Artistic-1 GPL} | ||
| maintainers {devans @dbevans} openmaintainer | ||
| description UUID::FFI - Universally Unique Identifiers FFI style | ||
| long_description ${description} | ||
|
|
||
| platforms darwin | ||
|
|
||
| checksums rmd160 e2144c095d454fdad77a14da431f2c193da05701 \ | ||
| sha256 ed5358f66e9e029c1cc175d2ea486353f61f9e1464e08c556f375e199ab673b3 \ | ||
| size 16405 | ||
|
|
||
| if {${perl5.major} != ""} { | ||
| depends_build-append \ | ||
| port:p${perl5.major}-test2-suite | ||
|
|
||
| depends_lib-append \ | ||
| port:p${perl5.major}-alien-libuuid \ | ||
| port:p${perl5.major}-ffi-checklib \ | ||
| port:p${perl5.major}-ffi-platypus \ | ||
|
|
||
| supported_archs noarch | ||
| } |