2015-08-05 13:47:41 +00:00
|
|
|
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= whoseip
|
|
|
|
PORTVERSION= 1.00
|
2015-08-06 09:10:56 +00:00
|
|
|
CATEGORIES= dns perl5
|
|
|
|
MASTER_SITES= ftp://download.gnu.org.ua/pub/release/dnstools/ \
|
|
|
|
http://freebsd.nsu.ru/distfiles/
|
2015-08-05 13:47:41 +00:00
|
|
|
|
|
|
|
MAINTAINER= danfe@FreeBSD.org
|
|
|
|
COMMENT= Get information about IP addresses: country code and network
|
|
|
|
|
|
|
|
LICENSE= GPLv3
|
|
|
|
|
2016-04-01 14:00:51 +00:00
|
|
|
RUN_DEPENDS= p5-Net-CIDR>0:net-mgmt/p5-Net-CIDR \
|
|
|
|
p5-Data-UUID>0:devel/p5-Data-UUID
|
2015-08-05 13:47:41 +00:00
|
|
|
|
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|