New slave port to lang/php4

- Supports IMAP and POSTGRESS
- needed for twig and other packages
This commit is contained in:
Dirk Meyer 2003-10-10 09:05:39 +00:00
parent 6ce3f03d1b
commit 9da4d49aeb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90774
2 changed files with 38 additions and 0 deletions

View file

@ -230,6 +230,7 @@
SUBDIR += mod_perl2
SUBDIR += mod_php3
SUBDIR += mod_php4
SUBDIR += mod_php4-twig
SUBDIR += mod_php5
SUBDIR += mod_proxy_add_forward
SUBDIR += mod_put

View file

@ -0,0 +1,37 @@
# New ports collection makefile for: mod_pgp4-twig
# Date created: 09.Oct 2003
# Whom: dirk.meyer@dinoex.sub.org
#
# $FreeBSD$
CATEGORIES= www
PKGNAMESUFFIX= -twig
MAINTAINER= dinoex@FreeBSD.org
MASTERDIR?= ${.CURDIR}/../../lang/php4
BATCH= yes
PKGMESSAGE= ${PORTSDIR}/www/mod_php4/pkg-message
WITHOUT_CLI= yes
WITHOUT_X11= yes
PHP4_OPTIONS= CTYPE IMAP OPENSSL POSTGRESQL PCRE POSIX SESSION TOKENIZER XML ZLIB
WITHOUT_MYSQL= yes
WITH_CTYPE= yes
WITH_IMAP= yes
WITH_OPENSSL= yes
WITH_POSTGRESQL= yes
WITH_PCRE= yes
WITH_POSIX= yes
WITH_SESSION= yes
WITH_TOKENIZER= yes
WITH_XML= yes
WITH_ZLIB= yes
.if exists(${.CURDIR}/Makefile.local)
.include "${.CURDIR}/Makefile.local"
.endif
.include "${MASTERDIR}/Makefile"