freebsd-ports/devel/pear-PEAR_Info/Makefile
Baptiste Daroussin 91a1caa242 Reset miwi's maintainership per his demand
Hope to see you back! Thank for all the work!
2014-11-18 09:37:31 +00:00

22 lines
624 B
Makefile

# Created by: chinsan <chinsan.tw@gmail.com>
# $FreeBSD$
PORTNAME= PEAR_Info
PORTVERSION= 1.9.2
CATEGORIES= devel www pear
MAINTAINER= ports@FreeBSD.org
COMMENT= Show Information about your PEAR install and its packages
BUILD_DEPENDS= ${PEARDIR}/Console/Getargs.php:${PORTSDIR}/devel/pear-Console_Getargs
RUN_DEPENDS= ${PEARDIR}/Console/Getargs.php:${PORTSDIR}/devel/pear-Console_Getargs
OPTIONS_DEFINE= PEAR_PHPUNIT3
OPTIONS_DEFAULT= PEAR_PHPUNIT3
PEAR_PHPUNIT3_DESC= PEAR::PHPUnit3 support
USES= pear
PEAR_PHPUNIT3_RUN_DEPENDS= ${PEARDIR}/PHPUnit/Autoload.php:${PORTSDIR}/devel/pear-PHPUnit3
.include <bsd.port.mk>