22 lines
380 B
Makefile
22 lines
380 B
Makefile
# $OpenBSD: Makefile,v 1.25 2020/07/03 21:45:36 sthen Exp $
|
|
|
|
COMMENT = perl implementation of RIPE whois
|
|
|
|
DISTNAME = Net-Whois-RIPE-2.007004
|
|
CATEGORIES = net
|
|
REVISION = 0
|
|
|
|
EPOCH = 0
|
|
|
|
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
|
|
RUN_DEPENDS = devel/p5-Iterator-Util
|
|
|
|
.include <bsd.port.mk>
|