mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
2a7dd78bf9
Reviewed by: bapt, ports@ Tested with: poudriere + diff on the content of generated packages
31 lines
867 B
Makefile
31 lines
867 B
Makefile
# Created by: chinsan <chinsan.tw@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= PEAR_Info
|
|
PORTVERSION= 1.9.2
|
|
CATEGORIES= devel www pear
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= Show Information about your PEAR install and its packages
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
|
|
${PEARDIR}/Console/Getargs.php:${PORTSDIR}/devel/pear-Console_Getargs
|
|
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
|
|
${PEARDIR}/Console/Getargs.php:${PORTSDIR}/devel/pear-Console_Getargs
|
|
|
|
LATEST_LINK= pear-PEAR_Info
|
|
OPTIONS_DEFINE= PEAR_PHPUNIT3
|
|
OPTIONS_DEFAULT= PEAR_PHPUNIT3
|
|
PEAR_PHPUNIT3_DESC= PEAR::PHPUnit3 support
|
|
|
|
PEAR_AUTOINSTALL= yes
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
.if ${PORT_OPTIONS:MPEAR_PHPUNIT3}
|
|
RUN_DEPENDS+= ${PEARDIR}/PHPUnit/Autoload.php:${PORTSDIR}/devel/pear-PHPUnit3
|
|
.endif
|
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
|
.include <bsd.port.mk>
|