29 lines
559 B
Makefile
29 lines
559 B
Makefile
# New ports collection makefile for: suhosin
|
|
# Date created: 4 Sep 2006
|
|
# Whom: ale
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= suhosin
|
|
PORTVERSION= 0.9.33
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://download.suhosin.org/
|
|
PKGNAMEPREFIX= php-
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ale@FreeBSD.org
|
|
COMMENT= A PHP extension that implements high-level protections
|
|
|
|
USE_PHP= yes
|
|
USE_PHPEXT= yes
|
|
DEFAULT_PHP_VER=53
|
|
IGNORE_WITH_PHP=5
|
|
|
|
CONFIGURE_ARGS= --enable-suhosin
|
|
|
|
post-install:
|
|
${MKDIR} ${EXAMPLESDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/suhosin.ini ${EXAMPLESDIR}
|
|
|
|
.include <bsd.port.mk>
|