summaryrefslogtreecommitdiff
path: root/devel/aphpbreakdown/Makefile
blob: b6ba7812d520b8c7a825a988514feafa0ec92473 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30

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>