diff options
Diffstat (limited to 'security/pecl-taint')
-rw-r--r-- | security/pecl-taint/Makefile | 26 | ||||
-rw-r--r-- | security/pecl-taint/distinfo | 2 | ||||
-rw-r--r-- | security/pecl-taint/pkg-descr | 3 |
3 files changed, 31 insertions, 0 deletions
diff --git a/security/pecl-taint/Makefile b/security/pecl-taint/Makefile new file mode 100644 index 000000000000..cfe53018e408 --- /dev/null +++ b/security/pecl-taint/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: php-yaf +# Date created: 13 May 2011 +# Whom: johnpupu <johnpupu@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= taint +PORTVERSION= 0.5.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 + +.include <bsd.port.mk> diff --git a/security/pecl-taint/distinfo b/security/pecl-taint/distinfo new file mode 100644 index 000000000000..aa21e0e446f5 --- /dev/null +++ b/security/pecl-taint/distinfo @@ -0,0 +1,2 @@ +SHA256 (PECL/taint-0.5.2.tgz) = 78c429ef8ec50347fceb76e5a0495ff2a4c3fd3a37d45731b4aa65a4acd3f9a5 +SIZE (PECL/taint-0.5.2.tgz) = 14861 diff --git a/security/pecl-taint/pkg-descr b/security/pecl-taint/pkg-descr new file mode 100644 index 000000000000..7ecfe80b5259 --- /dev/null +++ b/security/pecl-taint/pkg-descr @@ -0,0 +1,3 @@ +extension used for detecting XSS codes(tainted string) + +WWW: http://pecl.php.net/package/taint |