0de47e3629
PR: 203228 Submitted by: Franco Fichtner
29 lines
541 B
Makefile
29 lines
541 B
Makefile
# Created by: ale
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= suhosin
|
|
PORTVERSION= 0.9.38
|
|
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>
|