2013-09-21 00:55:24 +02:00
|
|
|
# Created by: ale
|
2006-09-04 10:02:04 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= suhosin
|
2014-12-22 22:11:46 +01:00
|
|
|
PORTVERSION= 0.9.37.1
|
2015-02-13 10:59:11 +01:00
|
|
|
PORTREVISION= 1
|
2006-09-04 10:02:04 +02:00
|
|
|
CATEGORIES= security
|
2008-01-15 08:37:09 +01:00
|
|
|
MASTER_SITES= http://download.suhosin.org/
|
2006-09-04 10:02:04 +02:00
|
|
|
PKGNAMEPREFIX= php-
|
|
|
|
|
|
|
|
MAINTAINER= ale@FreeBSD.org
|
2014-07-17 10:57:51 +02:00
|
|
|
COMMENT= PHP extension that implements high-level protections
|
2006-09-04 10:02:04 +02:00
|
|
|
|
2014-03-26 14:20:50 +01:00
|
|
|
LICENSE= PHP301
|
|
|
|
|
|
|
|
OPTIONS_DEFINE= EXAMPLES
|
|
|
|
|
2014-12-22 22:11:46 +01:00
|
|
|
USE_PHP= session
|
2006-09-04 10:02:04 +02:00
|
|
|
USE_PHPEXT= yes
|
2015-02-13 10:59:11 +01:00
|
|
|
USE_PHP_BUILD= yes
|
2006-09-04 10:02:04 +02:00
|
|
|
|
|
|
|
CONFIGURE_ARGS= --enable-suhosin
|
|
|
|
|
2015-02-13 10:59:11 +01:00
|
|
|
PORTEXAMPLES= suhosin.ini
|
|
|
|
|
2007-03-05 07:48:04 +01:00
|
|
|
post-install:
|
2014-03-26 14:20:50 +01:00
|
|
|
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/suhosin.ini ${STAGEDIR}${EXAMPLESDIR}
|
2007-03-05 07:48:04 +01:00
|
|
|
|
2006-09-04 10:02:04 +02:00
|
|
|
.include <bsd.port.mk>
|