openbsd-ports/net/p5-Net-Whois-RIPE/Makefile

22 lines
469 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.11 2011/04/02 08:05:19 benoit Exp $
COMMENT = perl implementation of RIPE whois
DISTNAME = Net-Whois-RIPE-2.00003
CATEGORIES = net
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
MODULES = cpan
RUN_DEPENDS = devel/p5-Iterator-Util
REGRESS_DEPENDS = devel/p5-Test-Exception
.include <bsd.port.mk>