summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorjlam <jlam>2001-06-07 16:28:27 +0000
committerjlam <jlam>2001-06-07 16:28:27 +0000
commitfe7ce66c5752e7689f8413f268b734c034978803 (patch)
tree3e82590452ef2beb3182d9368dc72d5bc3b49e98 /www
parentc28ec52ccd4bf59533fd0e947f28001f0fb5530f (diff)
downloadpkgsrc-fe7ce66c5752e7689f8413f268b734c034978803.tar.gz
php3-pcre: Perl-compatible regular expressions for PHP3
This package is a placeholder that just depends on php3.
Diffstat (limited to 'www')
-rw-r--r--www/php3-pcre/Makefile26
-rw-r--r--www/php3-pcre/pkg/DESCR5
-rw-r--r--www/php3-pcre/pkg/PLIST2
3 files changed, 33 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"
diff --git a/www/php3-pcre/pkg/DESCR b/www/php3-pcre/pkg/DESCR
new file mode 100644
index 00000000000..45199890608
--- /dev/null
+++ b/www/php3-pcre/pkg/DESCR
@@ -0,0 +1,5 @@
+PHP is a programming language designed to be embedded into web pages.
+This module provides Perl-compatible regular expression support for PHP3.
+
+This package is a placeholder that only depends on the PHP3 package to
+signify that the base PHP3 package already has PCRE support.
diff --git a/www/php3-pcre/pkg/PLIST b/www/php3-pcre/pkg/PLIST
new file mode 100644
index 00000000000..addd3154fdc
--- /dev/null
+++ b/www/php3-pcre/pkg/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2001/06/07 16:28:27 jlam Exp $
+@comment this plist intentionally left empty