summaryrefslogtreecommitdiff
path: root/devel/php3-pcre
diff options
context:
space:
mode:
authorjlam <jlam>2002-01-10 13:05:52 +0000
committerjlam <jlam>2002-01-10 13:05:52 +0000
commit202da17b7e558be501f2fbeea79c90eefdfa6b8b (patch)
treebc994d92ba91c3d5a122a1025cb791a9700f19f7 /devel/php3-pcre
parent6c90870435c61fffc82e3f6a63debf13058663ca (diff)
downloadpkgsrc-202da17b7e558be501f2fbeea79c90eefdfa6b8b.tar.gz
Move to devel/php3-pcre from the www category to match similar
relocations of the PHP4 module packages.
Diffstat (limited to 'devel/php3-pcre')
-rw-r--r--devel/php3-pcre/DESCR5
-rw-r--r--devel/php3-pcre/Makefile26
-rw-r--r--devel/php3-pcre/PLIST2
3 files changed, 33 insertions, 0 deletions
diff --git a/devel/php3-pcre/DESCR b/devel/php3-pcre/DESCR
new file mode 100644
index 00000000000..45199890608
--- /dev/null
+++ b/devel/php3-pcre/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/devel/php3-pcre/Makefile b/devel/php3-pcre/Makefile
new file mode 100644
index 00000000000..3752b3ad52d
--- /dev/null
+++ b/devel/php3-pcre/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/01/10 13:05:52 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-${BASE_VERS}
+BASE_VERS= 3.0.18
+CATEGORIES= www php devel
+DISTFILES= # empty
+
+MAINTAINER= jlam@netbsd.org
+HOMEPAGE= http://www.php.net/
+COMMENT= PHP3 extension for Perl-compatible regular expressions
+
+DEPENDS+= php-${BASE_VERS}:../../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/devel/php3-pcre/PLIST b/devel/php3-pcre/PLIST
new file mode 100644
index 00000000000..c3978bb4493
--- /dev/null
+++ b/devel/php3-pcre/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2002/01/10 13:05:52 jlam Exp $
+@comment this plist intentionally left empty