diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 09:47:43 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 09:47:43 +0000 |
commit | dfd8507c963f10c294c2f655be1753cb67601b21 (patch) | |
tree | ed7854f877512cae1e7513d8b01c45340544d21b /www/mod_php4-twig | |
parent | Switch to the new PHP infrastructure. (diff) |
Remove obsolate PHP slave ports.
Notes
Notes:
svn path=/head/; revision=114194
Diffstat (limited to 'www/mod_php4-twig')
-rw-r--r-- | www/mod_php4-twig/Makefile | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/www/mod_php4-twig/Makefile b/www/mod_php4-twig/Makefile deleted file mode 100644 index fc36d2e86b86..000000000000 --- a/www/mod_php4-twig/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# 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" |