2012-10-25 01:59:52 +00:00
|
|
|
# -*- 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
|
2015-05-23 06:43:07 +00:00
|
|
|
version 1.3.3
|
2012-10-25 01:59:52 +00:00
|
|
|
categories-append textproc
|
2026-04-01 20:40:32 +02:00
|
|
|
maintainers {ryandesign @ryandesign} {mathiesen.info:macintosh @BjarneDMat} openmaintainer
|
2012-10-25 01:59:52 +00:00
|
|
|
license PHP
|
|
|
|
|
|
2014-09-01 01:05:32 +00:00
|
|
|
php.branches 5.3 5.4 5.5 5.6
|
2012-10-25 01:59:52 +00:00
|
|
|
php.pecl yes
|
|
|
|
|
|
|
|
|
|
description PHP bindings for Sphinx full-text search
|
|
|
|
|
|
|
|
|
|
long_description ${description}
|
|
|
|
|
|
2015-05-23 06:43:07 +00:00
|
|
|
checksums rmd160 25a917d05086274a83e6b89a40194f703ae64120 \
|
|
|
|
|
sha256 d9718365da38f9641917c6ef30f356cc5b807549efd154a033d3e8f9145d618d
|
2012-10-25 01:59:52 +00:00
|
|
|
|
2014-05-07 10:45:50 +00:00
|
|
|
if {${name} ne ${subport}} {
|
2012-10-25 01:59:52 +00:00
|
|
|
depends_lib-append port:libsphinxclient
|
|
|
|
|
|
|
|
|
|
configure.args-append --with-sphinx=${prefix}
|
|
|
|
|
}
|