freebsd-ports/net/pear-Net_Dict/Makefile
2021-05-23 00:20:48 +08:00

17 lines
515 B
Makefile

# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
PORTNAME= Net_Dict
PORTVERSION= 1.0.7
CATEGORIES= net www pear
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= PEAR interface to the DICT protocol
BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:net/pear-Net_Socket@${PHP_FLAVOR} \
${PEARDIR}/Cache.php:sysutils/pear-Cache@${PHP_FLAVOR}
RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:net/pear-Net_Socket@${PHP_FLAVOR} \
${PEARDIR}/Cache.php:sysutils/pear-Cache@${PHP_FLAVOR}
USES= pear
.include <bsd.port.mk>