freebsd-ports/devel/pear-PHP_CodeSniffer/Makefile

17 lines
345 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= PHP_CodeSniffer
DISTVERSION= 3.2.3
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>