freebsd-ports/devel/pear-PEAR_Info/Makefile
Rene Ladan b03862a77c devel/pear-PEAR_Info: update to devel/phpunit, bump PORTREVISION
The old devel/pear-PHPUnit3 dependency has expired.
2017-01-31 20:29:49 +00:00

23 lines
551 B
Makefile

# Created by: chinsan <chinsan.tw@gmail.com>
# $FreeBSD$
PORTNAME= PEAR_Info
PORTVERSION= 1.9.2
PORTREVISION= 1
CATEGORIES= devel www pear
MAINTAINER= joneum@bsdproject.de
COMMENT= Show Information about your PEAR install and its packages
BUILD_DEPENDS= ${PEARDIR}/Console/Getargs.php:devel/pear-Console_Getargs
RUN_DEPENDS= ${PEARDIR}/Console/Getargs.php:devel/pear-Console_Getargs
OPTIONS_DEFINE= PHPUNIT
OPTIONS_DEFAULT=PHPUNIT
PHPUNIT_DESC= PEAR::PHPUnit support
USES= pear
PHPUNIT_RUN_DEPENDS= phpunit:devel/phpunit
.include <bsd.port.mk>