# -*- 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
# $Id$

PortSystem              1.0
PortGroup               php5extension 1.0

php5extension.setup     pspell 5.3.10 bundled
categories-append       textproc
platforms               darwin
maintainers             ryandesign
license                 PHP-3.01

description             a PHP interface to the aspell library, which lets you \
                        check spelling and offer spelling suggestions

long_description        ${description}

checksums               rmd160  acab30a19b340f21a64e06b524906f2b064dd1c9 \
                        sha256  339157af2b386534597d287da292f2545e81d9b452e8b3fe525fb2c534ff344a

depends_lib-append      port:aspell

configure.args-append   --with-pspell=${prefix}

use_parallel_build      yes