pkgsrc/sysutils/swatch/Makefile
he b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
2008-10-19 19:17:40 +00:00

25 lines
702 B
Makefile

# $NetBSD: Makefile,v 1.4 2008/10/19 19:18:47 he Exp $
#
DISTNAME= swatch-3.2.1
PKGREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=swatch/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://swatch.sourceforge.net/
COMMENT= Simple log file watcher
PKG_DESTDIR_SUPPORT= user-destdir
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"