diff options
Diffstat (limited to 'www/mod_php71/Makefile')
-rw-r--r-- | www/mod_php71/Makefile | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/www/mod_php71/Makefile b/www/mod_php71/Makefile deleted file mode 100644 index d7acbd2ba6ed..000000000000 --- a/www/mod_php71/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# Created by: marcus@FreeBSD.org -# $FreeBSD$ - -CATEGORIES= www devel -PKGNAMEPREFIX= mod_ - -MAINTAINER= ports@FreeBSD.org - -PHP_PORT= lang/php71 -MASTERDIR= ${.CURDIR}/../../${PHP_PORT} - -OPTIONS_DEFINE= AP2FILTER -AP2FILTER_DESC= Use Apache 2.x filter interface (experimental) -OPTIONS_EXCLUDE=CGI CLI FPM EMBED - -.include "${MASTERDIR}/Makefile" |