freebsd-ports/net/pear-Net_Dict/Makefile
Jochen Neumeister 6f8c351112 hand over Maintainership to miwi
Sponsored by:	Netzkommune GmbH
2020-03-06 17:33:54 +00:00

18 lines
524 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: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>