Files
ports/devel/aphpbreakdown/Makefile
Dmitry Marakasov b53088b432 - Fix whitespace
- Update WWW

Approved by:	portmgr blanket
2019-02-02 09:30:38 +00:00

32 lines
653 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>