17 lines
385 B
Makefile
17 lines
385 B
Makefile
# $NetBSD: Makefile,v 1.15 2022/06/28 11:35:22 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= whois3-3.2.2
|
|
PKGREVISION= 10
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=whois/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://whois.sourceforge.net/
|
|
COMMENT= RIPE very simple and generic whois client
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_TOOLS+= perl
|
|
BUILD_DEFS+= IPV6_READY
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|