mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
24 lines
443 B
Makefile
24 lines
443 B
Makefile
# New ports collection makefile for: suhosin
|
|
# Date created: 4 Sep 2006
|
|
# Whom: ale
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= suhosin
|
|
PORTVERSION= 0.9.16
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://www.hardened-php.net/suhosin/_media/
|
|
PKGNAMEPREFIX= php-
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ale@FreeBSD.org
|
|
COMMENT= A PHP extension that implements high-level protections
|
|
|
|
USE_PHP= yes
|
|
USE_PHPEXT= yes
|
|
|
|
CONFIGURE_ARGS= --enable-suhosin
|
|
|
|
.include <bsd.port.mk>
|