freebsd-ports/security/pecl-taint/Makefile
Jason E. Hale 4f7ec695a7 - Update to 1.2.0
While here:
- Trim Makefile header
- Fix capitalization and spacing in COMMENT and pkg-descr

PR:		ports/173466
Submitted by:	John Chen <johnpupu@gmail.com>
Approved by:	makc, avilla (mentors, implicit)
Feature safe:	yes
2012-11-08 10:50:29 +00:00

22 lines
469 B
Makefile

# Created by: johnpupu <johnpupu@gmail.com>
# $FreeBSD$
PORTNAME= taint
PORTVERSION= 1.2.0
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>