1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/security/php-suhosin/Makefile
Alex Dupre 80206ec090 Update to 0.9.33 release.
PHP 4 is not supported.
PHP 5.2 is not officially supported, but may work.

PR:		ports/164712
Submitted by:	Hilko Meyer <hilko.meyer@gmx.de>
2012-02-03 09:04:56 +00:00

29 lines
540 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
IGNORE_WITH_PHP=4
CONFIGURE_ARGS= --enable-suhosin
post-install:
${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/suhosin.ini ${EXAMPLESDIR}
.include <bsd.port.mk>