You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -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
28 lines
887 B
Tcl
28 lines
887 B
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-sphinx
|
|
version 1.3.3
|
|
categories-append textproc
|
|
platforms darwin
|
|
maintainers ryandesign openmaintainer
|
|
license PHP
|
|
|
|
php.branches 5.3 5.4 5.5 5.6
|
|
php.pecl yes
|
|
|
|
description PHP bindings for Sphinx full-text search
|
|
|
|
long_description ${description}
|
|
|
|
checksums rmd160 25a917d05086274a83e6b89a40194f703ae64120 \
|
|
sha256 d9718365da38f9641917c6ef30f356cc5b807549efd154a033d3e8f9145d618d
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append port:libsphinxclient
|
|
|
|
configure.args-append --with-sphinx=${prefix}
|
|
}
|