freebsd-ports/net/pear-Net_Dict/Makefile
2014-09-23 16:57:57 +00:00

18 lines
515 B
Makefile

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