You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
41a5f9c013
In preparation for changing the default.
31 lines
1.0 KiB
Tcl
31 lines
1.0 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 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
|
|
}
|