# -*- 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 1.0.1 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               sha1    77ebed9ae28f1752eaa8bdba37186af52b21b01c \
                        rmd160  3d480cae4c38f183c4ec5e6398b8e52163c9e992

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