d2ca14a3f1
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
438 B
Makefile
17 lines
438 B
Makefile
# $NetBSD: Makefile,v 1.5 2013/05/31 12:42:00 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= scrub-2.0
|
|
PKGREVISION= 2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=diskscrub/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= agc@NetBSD.org
|
|
HOMEPAGE= http://sourceforge.net/projects/diskscrub
|
|
COMMENT= Utility to overwrite disks and scrub the data on them
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= perl # this is purely for GNU configure
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|