freebsd-ports/net/pear-Net_Whois/Makefile
Sunpoet Po-Chuan Hsieh d06227bbac Update distinfo and unbreak this port
- While I'm here, fix indent

Content of tarballs are unchanged (checked against [1]).

=> Net_Whois-1.0.5.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR.
=> Attempting to fetch http://pear.php.net/get/Net_Whois-1.0.5.tgz
fetch: http://pear.php.net/get/Net_Whois-1.0.5.tgz: size mismatch: expected 5972, actual 6070

Reference:	https://people.FreeBSD.org/~sunpoet/checksum/Net_Whois-1.0.5.tgz [1]
Approved by:	portmgr (blanket)
2017-06-11 07:42:54 +00:00

15 lines
277 B
Makefile

# Created by: chinsan
# $FreeBSD$
PORTNAME= Net_Whois
PORTVERSION= 1.0.5
CATEGORIES= net pear
MAINTAINER= joneum@FreeBSD.org
COMMENT= Tool to query internet domain name services
USES= pear
RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:net/pear-Net_Socket
.include <bsd.port.mk>