blob: 8e156554edd5d96fc0788f5cf86991a413a8fef9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: ripe-whois
# Date created: 5th June 1997
# Whom: joe@uk.freebsd.org
#
# $FreeBSD$
#
PORTNAME= ripetools
PORTVERSION= 2.4
CATEGORIES= net
MASTER_SITES= ftp://ftp.ripe.net/tools/
DISTNAME= ripe-whois-tools-2.4
MAINTAINER= joe@uk.freebsd.org
COMMENT= RIPE's own version of whois, and a RIPE database tool
NO_WRKSUBDIR= yes
MAN1= ripewhois.1
.include <bsd.port.mk>
|