blob: cfe53018e4082f0c1bc23ab987620304a95b8267 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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>
|