diff options
author | jlam <jlam@pkgsrc.org> | 2001-05-17 21:04:33 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-05-17 21:04:33 +0000 |
commit | da633d8a5766aea4e61d419b13ef147f8a6be428 (patch) | |
tree | e9c0669186c64f7a4f63af9ff80217bacbecb840 /www | |
parent | 4eccd56c876de704d3fbbb2616eb6f784a48c7fa (diff) | |
download | pkgsrc-da633d8a5766aea4e61d419b13ef147f8a6be428.tar.gz |
Add, enable, and note new package php4-pcre:
PHP4 extension for Perl-compatible regular expressions
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index 89d8525c780..becba2cffeb 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.137 2001/05/16 04:42:39 jlam Exp $ +# $NetBSD: Makefile,v 1.138 2001/05/17 21:04:33 jlam Exp $ # COMMENT= Packages related to the World Wide Web @@ -106,6 +106,7 @@ SUBDIR+= php4-imap SUBDIR+= php4-ldap SUBDIR+= php4-mcrypt SUBDIR+= php4-mysql +SUBDIR+= php4-pcre SUBDIR+= php4-pgsql SUBDIR+= py-pcgi SUBDIR+= py-zpublisher |