Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
php-propro: Add php7 subports version 2.1.0
  • Loading branch information
ryandesign committed Jun 1, 2018
1 parent 8c2d87b commit b43b348
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions php/php-propro/Portfile
Expand Up @@ -4,21 +4,31 @@ PortSystem 1.0
PortGroup php 1.1

name php-propro
version 1.0.2
platforms darwin
maintainers ryandesign openmaintainer
maintainers {ryandesign @ryandesign} openmaintainer
license BSD

php.branches 5.3 5.4 5.5 5.6
php.branches 5.3 5.4 5.5 5.6 7.0 7.1 7.2
php.pecl yes

if {[vercmp ${php.branch} 7] >= 0} {
version 2.1.0
revision 0
checksums rmd160 133bc76be7a0b9edbcbc1a6a5be23a9e9b5bf112 \
sha256 7bba0653d90cd8f61816e13ac6c0f7102b4a16dc4c4e966095a121eeb4ae8271 \
size 14253
} else {
version 1.0.2
revision 0
checksums rmd160 7012fc74961c31ce47f360e0e175d48679d71c59 \
sha256 6b4e785adcc8378148c7ad06aa82e71e1d45c7ea5dbebea9ea9a38fee14e62e7 \
size 13393
}

description a reusable property proxy API

long_description ${description}

checksums rmd160 7012fc74961c31ce47f360e0e175d48679d71c59 \
sha256 6b4e785adcc8378148c7ad06aa82e71e1d45c7ea5dbebea9ea9a38fee14e62e7

if {${name} ne ${subport}} {
configure.args --enable-propro
}

0 comments on commit b43b348

Please sign in to comment.