# -*- 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
PortGroup php5extension 1.0
php5extension.setup html_parse 1.0.0 pecl
categories php textproc devel
description HTML parser extension
HTML parser extension based on the ekhtml library.
checksums md5 d19772cb926d775313af0fda207e2a90 \
sha1 a287944c9d1e79bed2b9c180f2c76b99cda954ad \
rmd160 6e476ca31f0d85eb70bf4f9ce194f7e811d58d4d
configure.args --with-ekhtml=${prefix}
test.env TEST_PHP_EXECUTABLE=${prefix}/bin/php
test.cmd php run-tests.php
set docdir ${prefix}/share/doc/${name}
xinstall -d ${destroot}${docdir}
xinstall -m 644 ${worksrcpath}/CREDITS ${destroot}${docdir}