mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
91a1caa242
Hope to see you back! Thank for all the work!
19 lines
516 B
Makefile
19 lines
516 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= ports@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>
|