21 lines
395 B
Makefile
21 lines
395 B
Makefile
# $OpenBSD: Makefile,v 1.13 2013/03/11 11:35:53 espie Exp $
|
|
|
|
COMMENT = perl implementation of RIPE whois
|
|
|
|
DISTNAME = Net-Whois-RIPE-2.002
|
|
CATEGORIES = net
|
|
|
|
EPOCH = 0
|
|
|
|
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
RUN_DEPENDS = devel/p5-Iterator-Util
|
|
TEST_DEPENDS = devel/p5-Test-Exception
|
|
|
|
.include <bsd.port.mk>
|