aboutsummaryrefslogtreecommitdiffstats
path: root/security/php-suhosin/Makefile
blob: c75b0abfe480faedafac62faf8f927c304659e10 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:    suhosin
# Date created:         4 Sep 2006
# Whom:             ale
#
# $FreeBSD$
#

PORTNAME=   suhosin
PORTVERSION=    0.9.32.1
CATEGORIES= security
MASTER_SITES=   http://download.suhosin.org/
PKGNAMEPREFIX=  php-

MAINTAINER= ale@FreeBSD.org
COMMENT=    A PHP extension that implements high-level protections

USE_PHP=    yes
USE_PHPEXT= yes

CONFIGURE_ARGS= --enable-suhosin

post-install:
    ${MKDIR} ${EXAMPLESDIR}
    ${INSTALL_DATA} ${WRKSRC}/suhosin.ini ${EXAMPLESDIR}

.include <bsd.port.mk>