aboutsummaryrefslogtreecommitdiff
path: root/devel/pear-PEAR_Info/Makefile
blob: 95802c9f794a3025e266e2a9d3a9b3c12477cd8c (plain) (blame)
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
# Created by: chinsan <chinsan.tw@gmail.com>

PORTNAME=	PEAR_Info
PORTVERSION=	1.9.2
PORTREVISION=	2
CATEGORIES=	devel www pear

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Show Information about your PEAR install and its packages

LICENSE=	PHP301

RUN_DEPENDS=	${PEAR_PKGNAMEPREFIX}Console_Getargs>=1.3.3:devel/pear-Console_Getargs@${PHP_FLAVOR}

USES=		pear
USE_PHP=	pcre

NO_ARCH=	yes

OPTIONS_DEFINE=	PHPUNIT
OPTIONS_DEFAULT=PHPUNIT
PHPUNIT_DESC=	PEAR::PHPUnit support

PHPUNIT_RUN_DEPENDS=	phpunit6${PHP_PKGNAMESUFFIX}>=3.1.4:devel/phpunit6@${PHP_FLAVOR}

.include <bsd.port.mk>