4511381241
- fix a hairy bug in BirdWhoisClient::getResponse (how did that ever work?) - make stripRipeComments more lenient against an APNIC comment style problem
20 lines
467 B
Makefile
20 lines
467 B
Makefile
# $NetBSD: Makefile,v 1.5 2006/02/15 20:07:40 spz Exp $
|
|
#
|
|
|
|
DISTNAME= IRRToolSet-4.8.2
|
|
PKGREVISION= 2
|
|
CATEGORIES= net
|
|
MASTER_SITES= ftp://ftp.isc.org/isc/IRRToolSet/IRRToolSet-4.8.2/
|
|
|
|
MAINTAINER= spz@NetBSD.org
|
|
HOMEPAGE= http://www.isc.org/index.pl?/sw/IRRToolSet/
|
|
COMMENT= The Internet Routing Registry Toolset - client to IRRd
|
|
|
|
LICENSE= no-commercial-use
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+= --without-x
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|