You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
34b3070336
for pf in */*/Portfile
do
ed -s "$pf" <<-'EOF'
1,3g/^[[:space:]]*#[[:space:]]*\$Id.*\$[[:space:]]*$/d
1g/^[[:space:]]*$/d
w
q
EOF
done
30 lines
996 B
Tcl
30 lines
996 B
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
|
|
version 20131219
|
|
categories-append devel
|
|
platforms darwin
|
|
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
|
|
}
|