freebsd-ports/net/ripe-whois/Makefile
Pav Lucistnik de3a463c09 Port of the standalone RIPE whois client (whois3). The standalone
version is far more updated than the version included with the
ripe-whois-tools (net/ripetools) package, and includes IPv6 support.

PR:		ports/62986
Submitted by:	Lars Erik Gullerud <lerik@nolink.net>
2004-02-25 21:50:53 +00:00

27 lines
506 B
Makefile

# New ports collection makefile for: ripe-whois
# Date created: 18th February 2004
# Whom: Lars Erik Gullerud <lerik@nolink.net>
#
# $FreeBSD$
#
PORTNAME= ripe-whois
PORTVERSION= 3.1.1v6
CATEGORIES= net ipv6
MASTER_SITES= ftp://ftp.ripe.net/tools/
MAINTAINER= lerik@nolink.net
COMMENT= The RIPE whois client version 3
USE_PERL5_BUILD= yes
WRKSRC= ${WRKDIR}/whois-${PORTVERSION}
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
MAN1= whois3.1
PLIST_FILES= bin/whois3
.include <bsd.port.mk>