2013-03-11 07:35:43 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.13 2013/03/11 11:35:53 espie Exp $
|
2006-05-11 10:52:40 -04:00
|
|
|
|
2009-11-10 03:10:28 -05:00
|
|
|
COMMENT = perl implementation of RIPE whois
|
2006-05-11 10:52:40 -04:00
|
|
|
|
2013-01-12 09:14:51 -05:00
|
|
|
DISTNAME = Net-Whois-RIPE-2.002
|
2009-11-10 03:10:28 -05:00
|
|
|
CATEGORIES = net
|
|
|
|
|
2013-01-12 09:14:51 -05:00
|
|
|
EPOCH = 0
|
|
|
|
|
2009-11-10 03:10:28 -05:00
|
|
|
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
|
2006-05-11 10:52:40 -04:00
|
|
|
|
2010-12-30 11:20:57 -05:00
|
|
|
# Perl
|
2009-11-10 03:10:28 -05:00
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
|
|
|
|
MODULES = cpan
|
2006-05-11 10:52:40 -04:00
|
|
|
|
2011-04-02 04:05:19 -04:00
|
|
|
RUN_DEPENDS = devel/p5-Iterator-Util
|
2013-03-11 07:35:43 -04:00
|
|
|
TEST_DEPENDS = devel/p5-Test-Exception
|
2010-12-30 11:20:57 -05:00
|
|
|
|
2006-05-11 10:52:40 -04:00
|
|
|
.include <bsd.port.mk>
|