Index: head/dns/whoseip/Makefile =================================================================== --- head/dns/whoseip/Makefile (revision 393642) +++ head/dns/whoseip/Makefile (revision 393643) @@ -1,20 +1,21 @@ # Created by: Alexey Dokuchaev # $FreeBSD$ PORTNAME= whoseip PORTVERSION= 1.00 -CATEGORIES= dns -MASTER_SITES= ftp://download.gnu.org.ua/pub/release/dnstools/ +CATEGORIES= dns perl5 +MASTER_SITES= ftp://download.gnu.org.ua/pub/release/dnstools/ \ + http://freebsd.nsu.ru/distfiles/ MAINTAINER= danfe@FreeBSD.org COMMENT= Get information about IP addresses: country code and network LICENSE= GPLv3 RUN_DEPENDS= p5-Net-CIDR>0:${PORTSDIR}/net-mgmt/p5-Net-CIDR \ p5-Data-UUID>0:${PORTSDIR}/devel/p5-Data-UUID USES= perl5 USE_PERL5= configure .include Index: head/dns/whoseip/pkg-descr =================================================================== --- head/dns/whoseip/pkg-descr (revision 393642) +++ head/dns/whoseip/pkg-descr (revision 393643) @@ -1,4 +1,7 @@ whoseip returns information about IP addresses: country code and network they belong to. +It is part of dnstools, a set of utilities for DNS management and related +tasks. + WWW: http://www.gnu.org.ua/software/dnstools/whoseip.html