Files
2026-04-01 17:04:41 -05:00

31 lines
1.1 KiB
Tcl

# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
PortGroup github 1.0
PortGroup php 1.1
github.setup m4rw3r php-libev 56557bbb590a6415196e9e64fc12c5e0a32f7726
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
version 20131219
categories-append devel
maintainers {ryandesign @ryandesign} {mathiesen.info:macintosh @BjarneDMat} openmaintainer
license BSD
php.branches 5.3 5.4 5.5 5.6
description object-oriented binding to libev
long_description PHP extension providing an object-oriented binding to the libev event-loop library.
checksums rmd160 d28bb3b506a419f20abcc4210776faa78d9c89e3 \
sha256 c4bff3c324447d6e10e8fa5d3236bc86dec5c79ac6b528d08fe62c7dbd7378e3
use_parallel_build yes
if {${name} ne ${subport}} {
depends_lib-append port:libev
livecheck.type none
}