1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/security/php-suhosin/Makefile
Alex Dupre 7c2af9fa63 Update to 0.9.35 release with support for PHP 5.4+.
PR:		ports/187925
Submitted by:	Reko Turja <reko.turja@liukuma.net>
2014-03-26 13:20:50 +00:00

29 lines
531 B
Makefile

# Created by: ale
# $FreeBSD$
PORTNAME= suhosin
PORTVERSION= 0.9.35
CATEGORIES= security
MASTER_SITES= http://download.suhosin.org/
PKGNAMEPREFIX= php-
EXTRACT_SUFX= .tgz
MAINTAINER= ale@FreeBSD.org
COMMENT= A PHP extension that implements high-level protections
LICENSE= PHP301
OPTIONS_DEFINE= EXAMPLES
USE_PHP= yes
USE_PHPEXT= yes
IGNORE_WITH_PHP=53
CONFIGURE_ARGS= --enable-suhosin
post-install:
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/suhosin.ini ${STAGEDIR}${EXAMPLESDIR}
.include <bsd.port.mk>