Skip to content
Permalink
Browse files

p5-perlx-maybe: new port

PerlX::Maybe - return a pair only if they are both defined
  • Loading branch information
dbevans committed Mar 12, 2018
1 parent 6cd76cb commit 599423efe66b80a07df1e37d277d111780a0b561
Showing with 24 additions and 0 deletions.
  1. +24 −0 perl/p5-perlx-maybe/Portfile
@@ -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
}

0 comments on commit 599423e

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