You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
39 lines
1.3 KiB
Tcl
39 lines
1.3 KiB
Tcl
# -*- 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 php 1.1
|
|
|
|
name php-ssh2
|
|
categories-append net
|
|
platforms darwin
|
|
maintainers {ryandesign @ryandesign} openmaintainer
|
|
license PHP
|
|
|
|
php.branches 5.3 5.4 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
|
|
php.pecl yes
|
|
php.pecl.prerelease yes
|
|
|
|
if {[vercmp ${php.branch} 7] >= 0} {
|
|
version 1.3.1
|
|
revision 0
|
|
checksums rmd160 59508fa6fce0f9ba92a0878ef18fb5a14f54688c \
|
|
sha256 9093a1f8d24dc65836027b0e239c50de8d5eaebf8396bc3331fdd38c5d69afd9 \
|
|
size 33838
|
|
} else {
|
|
version 0.13
|
|
revision 0
|
|
checksums rmd160 2f1464dfa7c5d3d114f4354a10ba03958e3f2a6f \
|
|
sha256 cb2cb8ab840b5b36bcd8a8df06ea4a970a61e4cb3980f3c0ac5c913522e6c1be \
|
|
size 28984
|
|
}
|
|
|
|
description PHP bindings for libssh2
|
|
|
|
long_description ${description}
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append port:libssh2
|
|
|
|
configure.args --with-ssh2=${prefix}
|
|
}
|