mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 13:40:34 -04:00
Changelog: https://pear.php.net/package/PHP_CodeSniffer/download/2.8.1 PR: 217774 Submitted by: Jochen Neumeister <joneum@bsdproject.de>
17 lines
345 B
Makefile
17 lines
345 B
Makefile
# Created by: Wen Heping <wenheping@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= PHP_CodeSniffer
|
|
PORTVERSION= 2.8.1
|
|
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>
|