summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorjlam <jlam>2001-05-17 21:02:23 +0000
committerjlam <jlam>2001-05-17 21:02:23 +0000
commite75720721cacf400b9448605099172dff4d19238 (patch)
treedd8f21b3c752a5e71ef0384c671b7ece01256882 /www
parent8091b93b3e908e7b277dac18a893aadc77cba0b5 (diff)
downloadpkgsrc-e75720721cacf400b9448605099172dff4d19238.tar.gz
PHP4 extension for Perl-compatible regular expressions
Diffstat (limited to 'www')
-rw-r--r--www/php4-pcre/Makefile16
-rw-r--r--www/php4-pcre/pkg/DESCR2
2 files changed, 18 insertions, 0 deletions
diff --git a/www/php4-pcre/Makefile b/www/php4-pcre/Makefile
new file mode 100644
index 00000000000..dbd15566937
--- /dev/null
+++ b/www/php4-pcre/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/05/17 21:02:23 jlam Exp $
+
+.include "../../www/php4/Makefile.module"
+
+MODNAME= pcre
+CATEGORIES+= databases
+PHP_PKG_VERS= # empty
+
+COMMENT= PHP4 extension for Perl-compatible regular expressions
+
+DEPENDS+= pcre>=3.4:../../devel/pcre
+
+EVAL_PREFIX+= PCREDIR=pcre
+CONFIGURE_ARGS+= --with-pcre-regex=shared,${PCREDIR}
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/www/php4-pcre/pkg/DESCR b/www/php4-pcre/pkg/DESCR
new file mode 100644
index 00000000000..66aabece2a8
--- /dev/null
+++ b/www/php4-pcre/pkg/DESCR
@@ -0,0 +1,2 @@
+PHP is a programming language designed to be embedded into web pages.
+This module provides access to LDAP databases.