summaryrefslogtreecommitdiff
path: root/www/php4-pcre/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/php4-pcre/Makefile')
-rw-r--r--www/php4-pcre/Makefile16
1 files changed, 16 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"