diff options
-rw-r--r-- | www/mod_php3/Makefile | 2 | ||||
-rw-r--r-- | www/mod_php4/Makefile | 2 | ||||
-rw-r--r-- | www/mod_php5/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/www/mod_php3/Makefile b/www/mod_php3/Makefile index e77ce88a51f3..7db9b2b1351a 100644 --- a/www/mod_php3/Makefile +++ b/www/mod_php3/Makefile @@ -21,6 +21,8 @@ MASTER_SITES= ftp://ftp.php.net/pub/${PHP_DISTDIR}/ \ http://php3.globe.de/${PHP_DISTDIR}/ DISTNAME= php-${PORTVERSION} +FORBIDDEN= "Remotely exploitable." + MAINTAINER= dirk@FreeBSD.org .if !defined(STANDALONE) diff --git a/www/mod_php4/Makefile b/www/mod_php4/Makefile index 86b0957c91f1..741b81b98345 100644 --- a/www/mod_php4/Makefile +++ b/www/mod_php4/Makefile @@ -20,6 +20,8 @@ MASTER_SITES= http://us.php.net/${PHP_DISTDIR}/ \ http://php3.globe.de/${PHP_DISTDIR}/ DISTNAME= php-${PORTVERSION} +FORBIDDEN= "Remotely exploitable." + MAINTAINER= dirk@FreeBSD.org .if !defined(STANDALONE) diff --git a/www/mod_php5/Makefile b/www/mod_php5/Makefile index 86b0957c91f1..741b81b98345 100644 --- a/www/mod_php5/Makefile +++ b/www/mod_php5/Makefile @@ -20,6 +20,8 @@ MASTER_SITES= http://us.php.net/${PHP_DISTDIR}/ \ http://php3.globe.de/${PHP_DISTDIR}/ DISTNAME= php-${PORTVERSION} +FORBIDDEN= "Remotely exploitable." + MAINTAINER= dirk@FreeBSD.org .if !defined(STANDALONE) |