diff options
Diffstat (limited to 'www/php4-pcre/Makefile')
-rw-r--r-- | www/php4-pcre/Makefile | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/www/php4-pcre/Makefile b/www/php4-pcre/Makefile deleted file mode 100644 index dbd15566937..00000000000 --- a/www/php4-pcre/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# $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" |