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.
24 lines
709 B
Makefile
24 lines
709 B
Makefile
# $NetBSD: Makefile,v 1.10 2013/05/31 12:42:05 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= swatch-3.2.1
|
|
PKGREVISION= 5
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=swatch/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://sourceforge.net/projects/swatch/
|
|
COMMENT= Simple log file watcher
|
|
LICENSE= gnu-gpl-v2 # or later
|
|
|
|
DEPENDS+= p5-Date-Calc>=0:../../devel/p5-Date-Calc
|
|
DEPENDS+= p5-Date-Manip>=0:../../devel/p5-Date-Manip
|
|
DEPENDS+= p5-File-Tail>=0:../../misc/p5-File-Tail
|
|
DEPENDS+= p5-Time-HiRes>=1.12:../../time/p5-Time-HiRes
|
|
DEPENDS+= p5-TimeDate>=0:../../time/p5-TimeDate
|
|
|
|
PERL5_PACKLIST= auto/swatch/.packlist
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|