freebsd-ports/security/php-suhosin/Makefile
Alex Dupre a4a52e1161 Fix php-session dependency and remove plist.
PR:		197751
Submitted by:	garga
2015-02-13 09:59:11 +00:00

30 lines
559 B
Makefile

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