Files
macports-ports/php/php-sphinx/Portfile
T
Lawrence Velázquez 34b3070336 Remove all $Id$ lines
for pf in */*/Portfile
do
    ed -s "$pf" <<-'EOF'
	1,3g/^[[:space:]]*#[[:space:]]*\$Id.*\$[[:space:]]*$/d
	1g/^[[:space:]]*$/d
	w
	q
	EOF
done
2016-12-28 18:14:04 +01:00

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}
}