Skip to content

Commit

Permalink
p5-cgi-compile: update to version 0.26, dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dbevans committed Jul 31, 2023
1 parent a2bc399 commit ea16b7d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions perl/p5-cgi-compile/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,34 +4,34 @@ PortSystem 1.0
PortGroup perl5 1.0

perl5.branches 5.28 5.30 5.32 5.34
perl5.setup CGI-Compile 0.25
perl5.setup CGI-Compile 0.26
license {Artistic-1 GPL}
maintainers nomaintainer
description CGI::Compile - Compile .cgi scripts to a code reference like ModPerl::Registry
long_description ${description}
long_description {*}${description}

platforms {darwin any}
supported_archs noarch

checksums rmd160 f6f8ce1cc1907fe5d3b8b3aee2dd76db1d6a041b \
sha256 f44b74eedfbd1eb8f0f9688f9ddae15422e5fa48ae78be21b0afcb9e32490ea5 \
size 22479
checksums rmd160 2253ecca8c5e89ccae8534aeeba7b2b2cfe125ed \
sha256 4f385c10c2c977eb603f38cd153e0e0368df0371fdbd23f5aa6ee72f4fc65dc8 \
size 23151

if {${perl5.major} != ""} {
depends_build-append \
port:p${perl5.major}-capture-tiny \
port:p${perl5.major}-cgi \
port:p${perl5.major}-filter \
port:p${perl5.major}-module-build-tiny \
port:p${perl5.major}-sub-identify \
port:p${perl5.major}-switch \
port:p${perl5.major}-test-nowarnings \
port:p${perl5.major}-test-requires \
port:p${perl5.major}-test-simple \
port:p${perl5.major}-try-tiny

depends_lib-append \
port:p${perl5.major}-file-pushd \
port:p${perl5.major}-sub-name


supported_archs noarch
perl5.use_module_build
}

0 comments on commit ea16b7d

Please sign in to comment.