c3f1e700ad
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. 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=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
25 lines
703 B
Makefile
25 lines
703 B
Makefile
# $NetBSD: Makefile,v 1.5 2010/08/21 16:35:50 seb Exp $
|
|
#
|
|
|
|
DISTNAME= swatch-3.2.1
|
|
PKGREVISION= 2
|
|
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"
|