mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 23:00:30 -04:00
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)
17 lines
345 B
Makefile
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>
|