diff options
author | jlam <jlam@pkgsrc.org> | 2002-01-10 13:05:52 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-01-10 13:05:52 +0000 |
commit | 78dc5013fac766fc6d1964043ea121fef821c6f7 (patch) | |
tree | bc994d92ba91c3d5a122a1025cb791a9700f19f7 /devel/php3-pcre | |
parent | d543c174310ebbed870579deaceeb11c90577276 (diff) | |
download | pkgsrc-78dc5013fac766fc6d1964043ea121fef821c6f7.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/DESCR | 5 | ||||
-rw-r--r-- | devel/php3-pcre/Makefile | 26 | ||||
-rw-r--r-- | devel/php3-pcre/PLIST | 2 |
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 |