Skip to content
Permalink
Browse files

p5-uuid-ffi: new port

UUID::FFI - Universally Unique Identifiers FFI style
  • Loading branch information
dbevans committed Apr 24, 2019
1 parent edd4ec1 commit 8f1963e0e4079c336b62b01ddefcc40e5b04a1e6
Showing with 29 additions and 0 deletions.
  1. +29 −0 perl/p5-uuid-ffi/Portfile
@@ -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
}

0 comments on commit 8f1963e

Please sign in to comment.
You can’t perform that action at this time.