fe2049702a
Changelog: http://pear.php.net/package/PHP_CodeSniffer/download While here: add USES= php Approved by: pi (mentor)
17 lines
345 B
Makefile
17 lines
345 B
Makefile
# Created by: Wen Heping <wenheping@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= PHP_CodeSniffer
|
|
PORTVERSION= 2.6.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>
|