9aabea5f6a
Changed default tail command arguments Fixed input-record-separator command line argument to allow for a null string Corrected perlcode parsing and depth handling Fixed how swatch kills off the tail command on exit Fixed how the tail command is launched
22 lines
707 B
Makefile
22 lines
707 B
Makefile
# $NetBSD: Makefile,v 1.15 2015/07/27 22:19:17 wiz Exp $
|
|
|
|
DISTNAME= swatch-3.2.3
|
|
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+= {perl>=5.7.3,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"
|