mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
25c794224f
Sponsored by: Absolight
31 lines
566 B
Makefile
31 lines
566 B
Makefile
# Created by: ale
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= suhosin
|
|
PORTVERSION= 0.9.38
|
|
PORTREVISION= 3
|
|
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
|
|
|
|
USES= php:ext
|
|
USE_PHP= session:build
|
|
IGNORE_WITH_PHP= 70 71
|
|
|
|
CONFIGURE_ARGS= --enable-suhosin
|
|
|
|
PORTEXAMPLES= suhosin.ini
|
|
|
|
post-install:
|
|
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/suhosin.ini ${STAGEDIR}${EXAMPLESDIR}
|
|
|
|
.include <bsd.port.mk>
|