mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
f9c94a115a
Changelog: - Output of file analyzing hase changed for better readability - fixes a wrong module count on --console-basic output PR: 230745 Submitted by: maintainer
32 lines
652 B
Makefile
32 lines
652 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= aphpbreakdown
|
|
DISTVERSION= 2.2.2
|
|
CATEGORIES= devel www
|
|
MASTER_SITES= http://phar.code-mesa.com/
|
|
PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX}
|
|
EXTRACT_SUFX= .phar
|
|
|
|
MAINTAINER= freebsd@code-mesa.com
|
|
COMMENT= Code-Analyzer for PHP for Compatibility Check-UP
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
USES= php:flavors
|
|
USE_PHP= tokenizer phar hash
|
|
|
|
NO_ARCH= yes
|
|
NO_BUILD= yes
|
|
|
|
PLIST_FILES= bin/aphpbreakdown
|
|
|
|
# Download isn't compressed or aggregated, it's just the single file
|
|
do-extract:
|
|
${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR}/${PORTNAME}
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} \
|
|
${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|