freebsd-ports/devel/pear-PHP_CodeSniffer/Makefile
Jochen Neumeister e6b48082a4 hand over Maintainership to miwi
Sponsored by:	Netzkommune GmbH
2020-03-06 17:05:44 +00:00

18 lines
383 B
Makefile

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