17 lines
383 B
Makefile
17 lines
383 B
Makefile
# $NetBSD: Makefile,v 1.8 2016/07/09 06:38:47 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= whois3-3.2.2
|
|
PKGREVISION= 5
|
|
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"
|