Files

31 lines
1.1 KiB
Tcl
Raw Permalink Normal View History

# -*- 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
2014-04-21 19:52:31 +00:00
github.setup m4rw3r php-libev 56557bbb590a6415196e9e64fc12c5e0a32f7726
2025-01-26 13:50:43 +11:00
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
2014-04-21 19:52:31 +00:00
version 20131219
categories-append devel
2026-04-01 20:40:32 +02:00
maintainers {ryandesign @ryandesign} {mathiesen.info:macintosh @BjarneDMat} openmaintainer
license BSD
2014-09-01 01:05:32 +00:00
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.
2014-04-21 19:52:31 +00:00
checksums rmd160 d28bb3b506a419f20abcc4210776faa78d9c89e3 \
sha256 c4bff3c324447d6e10e8fa5d3236bc86dec5c79ac6b528d08fe62c7dbd7378e3
use_parallel_build yes
2014-04-21 19:52:31 +00:00
if {${name} ne ${subport}} {
depends_lib-append port:libev
2014-04-21 19:52:31 +00:00
livecheck.type none
}