pkgsrc/misc/p5-File-Tail/Makefile
mef 50e5594bec Update 0.99.3 to 1.0
1.0     Actually just two minor bug fixes (one of them in a test), but I no
        longer see a point in not having a 1.0 version.
2014-12-13 03:53:15 +00:00

18 lines
531 B
Makefile

# $NetBSD: Makefile,v 1.17 2014/12/13 03:53:15 mef Exp $
DISTNAME= File-Tail-1.0
PKGNAME= p5-${DISTNAME}
CATEGORIES= misc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/File-Tail/
COMMENT= Perl5 module for reading from continuously updated files
DEPENDS+= {perl>=5.7.3,p5-Time-HiRes>1.12}:../../time/p5-Time-HiRes
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/File/Tail/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"