diff options
author | Rene Ladan <rene@FreeBSD.org> | 2018-12-30 23:30:55 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2018-12-30 23:30:55 +0000 |
commit | 6095f8d47a4a2336ce178caf6d72cef1197d3a43 (patch) | |
tree | 0baee1f61bdd8f7fc45a9cafe2fca1a1c82ee76b /security/php-suhosin/Makefile | |
parent | 57eddb3fa57f0798f57bfaeb6eff73ce64d2ec58 (diff) |
Notes
Diffstat (limited to 'security/php-suhosin/Makefile')
-rw-r--r-- | security/php-suhosin/Makefile | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/security/php-suhosin/Makefile b/security/php-suhosin/Makefile deleted file mode 100644 index c3d1b52ac50d..000000000000 --- a/security/php-suhosin/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# Created by: ale -# $FreeBSD$ - -PORTNAME= suhosin -PORTVERSION= 0.9.38 -PORTREVISION= 3 -CATEGORIES= security -MASTER_SITES= http://download.suhosin.org/ -PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} - -MAINTAINER= ale@FreeBSD.org -COMMENT= PHP extension that implements high-level protections - -DEPRECATED= Works only with EOL php 5.6 -EXPIRATION_DATE= 2018-12-30 - -LICENSE= PHP301 - -OPTIONS_DEFINE= EXAMPLES - -USES= php:ext -USE_PHP= session:build -IGNORE_WITH_PHP= 71 72 73 - -CONFIGURE_ARGS= --enable-suhosin - -PORTEXAMPLES= suhosin.ini - -post-install: - ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/suhosin.ini ${STAGEDIR}${EXAMPLESDIR} - -.include <bsd.port.mk> |