ports/devel/pear-PHP_CodeSniffer/Makefile
2021-05-23 00:20:48 +08:00

17 lines
374 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
PORTNAME= PHP_CodeSniffer
DISTVERSION= 3.5.4
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 php
USE_PHP= ctype simplexml tokenizer xmlwriter
NO_ARCH= yes
.include <bsd.port.mk>