freebsd-ports/devel/pear-PHP_CodeSniffer/Makefile
Martin Wilke 9dd24ecc00 - Update to 2.5.1 [1]
- Add missing ctype dependency [2]

PR:		206432 [1]
        206330 [2]
Submitted by:	Franco Fichtner [2]
Approved by:	maintainer [1]
2016-01-20 13:43:30 +00:00

17 lines
338 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= PHP_CodeSniffer
PORTVERSION= 2.5.1
CATEGORIES= devel www pear
MAINTAINER= ports@toco-domains.de
COMMENT= PHP Script Tokenises and Sniffs PHP and JavaScript code
LICENSE= BSD3CLAUSE
NO_ARCH= yes
USES= pear
USE_PHP= ctype simplexml tokenizer
.include <bsd.port.mk>