View | Details | Raw Unified | Return to bug 223867 | Differences between
and this patch

Collapse All | Expand All

(-)devel/aphpbreakdown/Makefile (+30 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	aphpbreakdown
4
DISTVERSION=	1.0.0
5
CATEGORIES=	devel www
6
MASTER_SITES=	http://phar.code-mesa.com/
7
EXTRACT_SUFX=	.phar
8
9
MAINTAINER=	freebsd@code-mesa.com
10
COMMENT=	Code-Analyzer for PHP for Compatibility Check-UP
11
12
LICENSE=	BSD2CLAUSE
13
14
USES=	php
15
USE_PHP=	tokenizer phar hash
16
17
NO_ARCH=	yes
18
NO_BUILD=	yes
19
20
PLIST_FILES=	bin/aphpbreakdown
21
22
# Download isn't compressed or aggregated, it's just the single file
23
do-extract:
24
	${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR}/${PORTNAME}
25
26
do-install:
27
	${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} \
28
		${STAGEDIR}${PREFIX}/bin/${PORTNAME}
29
30
.include <bsd.port.mk>
(-)devel/aphpbreakdown/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1512382399
2
SHA256 (aphpbreakdown-1.0.0.phar) = d1162cd8db67b9205e4d53181609439f30f5fd0b8b2f5070c3493878fa9c2b18
3
SIZE (aphpbreakdown-1.0.0.phar) = 278480
(-)devel/aphpbreakdown/pkg-descr (+3 lines)
Line 0 Link Here
1
this software analyzes all files of your php project
2
3
WWW: http://gitlab.code-mesa.com/code-mesa/aphpbreakdown

Return to bug 223867