Index: head/devel/pear-PEAR_Info/Makefile =================================================================== --- head/devel/pear-PEAR_Info/Makefile (revision 489884) +++ head/devel/pear-PEAR_Info/Makefile (revision 489885) @@ -1,23 +1,25 @@ # Created by: chinsan # $FreeBSD$ PORTNAME= PEAR_Info PORTVERSION= 1.9.2 PORTREVISION= 2 CATEGORIES= devel www pear MAINTAINER= joneum@FreeBSD.org 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} OPTIONS_DEFINE= PHPUNIT OPTIONS_DEFAULT=PHPUNIT PHPUNIT_DESC= PEAR::PHPUnit support USES= pear PHPUNIT_RUN_DEPENDS= phpunit:devel/phpunit6@${PHP_FLAVOR} .include