9dd24ecc00
- Add missing ctype dependency [2] PR: 206432 [1] 206330 [2] Submitted by: Franco Fichtner [2] Approved by: maintainer [1]
17 lines
338 B
Makefile
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>
|