1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/net/p5-Net-Whois-IP/Makefile
Frederic Culot dd829e8df0 - Fix RUN_DEPENDS assignment [1]
- Shorten COMMENT

PR:           218266 [1]
Submitted by: Andreas Hollmann <andreas.hollmann@gmail.com>
2017-04-19 13:55:04 +00:00

22 lines
455 B
Makefile

# Created by: Aaron Dalton <aaron@FreeBSD.org>
# $FreeBSD$
PORTNAME= Net-Whois-IP
PORTVERSION= 1.19
PORTREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= culot@FreeBSD.org
COMMENT= Retrieve whois information given an IP address
BUILD_DEPENDS= p5-Regexp-IPv6>=0.02:textproc/p5-Regexp-IPv6
RUN_DEPENDS= p5-Regexp-IPv6>=0.02:textproc/p5-Regexp-IPv6
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>