freebsd-ports/security/pecl-taint/Makefile
Mathieu Arnold e7b918df60 Only works with php 5.2 -> 5.4.
Sponsored by:	Absolight
2014-10-13 13:08:27 +00:00

23 lines
492 B
Makefile

# Created by: johnpupu <johnpupu@gmail.com>
# $FreeBSD$
PORTNAME= taint
PORTVERSION= 1.2.2
CATEGORIES= security
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
MAINTAINER= johnpupu@gmail.com
COMMENT= Extension used for detecting XSS codes (tainted string)
CFLAGS+= -I${LOCALBASE}/include
CONFIGURE_ARGS= --with-php-config=${PREFIX}/bin/php-config
USE_PHP= yes
USE_PHPEXT= yes
USE_PHPIZE= yes
IGNORE_WITH_PHP= 55 56
.include <bsd.port.mk>