74768bcbeb
- While I'm here, fix indent Content of tarballs are unchanged (checked against [1]). => Net_Dict-1.0.7.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/Net_Dict-1.0.7.tgz fetch: http://pear.php.net/get/Net_Dict-1.0.7.tgz: size mismatch: expected 6031, actual 6069 Reference: https://people.FreeBSD.org/~sunpoet/checksum/Net_Dict-1.0.7.tgz [1] Approved by: portmgr (blanket)
18 lines
470 B
Makefile
18 lines
470 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= joneum@FreeBSD.org
|
|
COMMENT= PEAR interface to the DICT protocol
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:net/pear-Net_Socket \
|
|
${PEARDIR}/Cache.php:sysutils/pear-Cache
|
|
RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:net/pear-Net_Socket \
|
|
${PEARDIR}/Cache.php:sysutils/pear-Cache
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|