freebsd-ports/security/php-suhosin/Makefile

31 lines
559 B
Makefile
Raw Normal View History

# Created by: ale
# $FreeBSD$
PORTNAME= suhosin
PORTVERSION= 0.9.37.1
PORTREVISION= 1
CATEGORIES= security
2008-01-15 08:37:09 +01:00
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>