aboutsummaryrefslogblamecommitdiff
path: root/security/php-suhosin/Makefile
blob: 40392bd556cae6e8a60837aecaabc96ca7608767 (plain) (tree)
1
2
3
4
5
6
7
8
9
                 
           

                       
                        
                 
                        
                                            
                    

                               
                                                                    
 



                        
                       
                   
                   


                                

                           
             

                                                                       
 
                      
# Created by: ale
# $FreeBSD$

PORTNAME=	suhosin
PORTVERSION=	0.9.37.1
PORTREVISION=	1
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

USE_PHP=	session
USE_PHPEXT=	yes
USE_PHP_BUILD=	yes

CONFIGURE_ARGS=	--enable-suhosin

PORTEXAMPLES=	suhosin.ini

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

.include <bsd.port.mk>