Skip to content

Commit

Permalink
devel/pear-PEAR_Info: Change the way *_DEPENDS are set
Browse files Browse the repository at this point in the history
- Remove BUILD_DEPENDS
- Add NO_ARCH
  • Loading branch information
sunpoet committed Jul 15, 2021
1 parent 447a4fa commit a6d41e1
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions devel/pear-PEAR_Info/Makefile
Expand Up @@ -10,15 +10,17 @@ COMMENT= Show Information about your PEAR install and its packages

LICENSE= PHP301

BUILD_DEPENDS= ${PEARDIR}/Console/Getargs.php:devel/pear-Console_Getargs@${PHP_FLAVOR}
RUN_DEPENDS= ${PEARDIR}/Console/Getargs.php:devel/pear-Console_Getargs@${PHP_FLAVOR}
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

USES= pear

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

.include <bsd.port.mk>

0 comments on commit a6d41e1

Please sign in to comment.