ports/devel/pear-PHP_CodeSniffer/Makefile
Jochen Neumeister a6aadee338 devel/pear-PHP_CodeSniffer: Update from 3.0.2 to 3.2.2
Changelog: https://github.com/squizlabs/PHP_CodeSniffer/releases

 *While here, switch to DISTVERSION

PR:		224790
Reported by:	Franco Fichtner (franco@opnsense.org)
Approved by:	mentors (implicit)
2017-12-31 09:50:12 +00:00

17 lines
345 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= PHP_CodeSniffer
DISTVERSION= 3.2.2
CATEGORIES= devel www pear
MAINTAINER= tz@FreeBSD.org
COMMENT= PHP Script Tokenises and Sniffs PHP and JavaScript code
LICENSE= BSD3CLAUSE
NO_ARCH= yes
USES= pear php
USE_PHP= ctype simplexml tokenizer xmlwriter
.include <bsd.port.mk>