20 lines
360 B
Makefile
20 lines
360 B
Makefile
# $OpenBSD: Makefile,v 1.18 2013/10/19 09:48:08 benoit Exp $
|
|
|
|
COMMENT = perl implementation of RIPE whois
|
|
|
|
DISTNAME = Net-Whois-RIPE-2.005001
|
|
CATEGORIES = net
|
|
|
|
EPOCH = 0
|
|
|
|
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
RUN_DEPENDS = devel/p5-Iterator-Util
|
|
|
|
.include <bsd.port.mk>
|