summaryrefslogtreecommitdiff
path: root/net/pear-Net_Dict/Makefile
blob: ac4a55a7db520a5a9f16d725ebd0853c2c8d9f68 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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>