Changes: https://pear.php.net/package/PHP_CodeSniffer/download/ https://github.com/squizlabs/PHP_CodeSniffer/releases
18 lines
365 B
Makefile
18 lines
365 B
Makefile
# Created by: Wen Heping <wenheping@gmail.com>
|
|
|
|
PORTNAME= PHP_CodeSniffer
|
|
PORTVERSION= 3.6.2
|
|
CATEGORIES= devel www pear
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= PHP Script Tokenises and Sniffs PHP and JavaScript code
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/licence.txt
|
|
|
|
USES= pear
|
|
USE_PHP= simplexml tokenizer xmlwriter
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|