7122f903ee
- update plist - modify RUN_DEPENDS and REGRESS_DEPENDS - remove USE_GROFF tweaks and ok giovanni@
22 lines
469 B
Makefile
22 lines
469 B
Makefile
# $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>
|