047a7f787e
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
17 lines
383 B
Makefile
17 lines
383 B
Makefile
# $NetBSD: Makefile,v 1.5 2013/05/31 12:41:44 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= whois3-3.2.2
|
|
PKGREVISION= 2
|
|
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"
|