# Created by: johnpupu <johnpupu@gmail.com>
# $FreeBSD: security/pecl-taint/Makefile 327769 2013-09-20 22:55:24Z bapt $

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

NO_STAGE=	yes
.include <bsd.port.mk>
