blob: d51c3ea35513c7b24726aa78a7d3c02e2bbc4cb2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
PORTNAME= whoseip
PORTVERSION= 1.00
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:net-mgmt/p5-Net-CIDR \
p5-Data-UUID>0:devel/p5-Data-UUID
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>
|