freebsd-ports/devel/pear-PEAR_Info/Makefile
Po-Chuan Hsieh a6d41e17f3
devel/pear-PEAR_Info: Change the way *_DEPENDS are set
- Remove BUILD_DEPENDS
- Add NO_ARCH
2021-07-16 04:32:03 +08:00

26 lines
581 B
Makefile

# 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>