1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/dns/whoseip/Makefile
Dmitry Marakasov 9e5fb9609e - Fix LICENSE
- Add NO_ARCH
- Update WWW

Approved by:	portmgr blanket
2020-05-19 09:32:44 +00:00

23 lines
498 B
Makefile

# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
# $FreeBSD$
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>