# -*- 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 # $Id$ PortSystem 1.0 PortGroup php5extension 1.0 php5extension.setup solr 0.9.11 pecl categories-append devel platforms darwin maintainers ryandesign openmaintainer description a PHP interface to Apache Solr long_description ${name} is an extremely fast, light-weight, feature-rich \ library that allows PHP developers to communicate easily \ and efficiently with Apache Solr server instances. checksums md5 2416237107d6df6fef60a39a20ef8a7c \ sha1 ad6b7081aa637461a9f65cbcde6c6e2f312f599e \ rmd160 ef249aa86f9bb9cc5fd359f2ea32ff5e34039a85 depends_build-append port:curl \ port:libxml2 depends_lib-append port:php5-curl configure.args-append --with-curl=${prefix} \ --with-libxml-dir=${prefix} use_parallel_build yes livecheck.regex {>(\d+(?:\.\d+)*(?:p\d+)?)}