summaryrefslogtreecommitdiff
path: root/www/php3-pcre/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/php3-pcre/Makefile')
-rw-r--r--www/php3-pcre/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/www/php3-pcre/Makefile b/www/php3-pcre/Makefile
new file mode 100644
index 00000000000..9ceaa8357c5
--- /dev/null
+++ b/www/php3-pcre/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/06/07 16:28:27 jlam Exp $
+#
+# This package is a placeholder to signify that the base PHP3 package already
+# has the PCRE functionality. It *must* have the same version number as the
+# PHP3 package.
+#
+DISTNAME= php-pcre-${PHP_VERSION}
+PHP_VERSION= 3.0.18
+CATEGORIES= www
+DISTFILES= # empty
+
+MAINTAINER= jlam@netbsd.org
+HOMEPAGE= http://www.php.net/
+COMMENT= PHP3 extension for Perl-compatible regular expressions
+
+DEPENDS+= php-${PHP_VERSION}:../../www/php3
+
+EXTRACT_ONLY= # empty
+NO_CHECKSUM= # defined
+NO_PATCH= # defined
+NO_CONFIGURE= # defined
+NO_BUILD= # defined
+
+do-install: # empty
+
+.include "../../mk/bsd.pkg.mk"