diff options
author | heinz <heinz@pkgsrc.org> | 2008-02-07 19:57:23 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2008-02-07 19:57:23 +0000 |
commit | c0fbeb97c81a16b8991642293b2ecc0c017841f0 (patch) | |
tree | a786a4ca162a2d541344ee1005974fc4e3f1dc1e /misc/p5-File-Tail | |
parent | b2f9c7b74a186a1c01307d4d5a9372c327e3fd9f (diff) | |
download | pkgsrc-c0fbeb97c81a16b8991642293b2ecc0c017841f0.tar.gz |
The package supports installation to DESTDIR.
Added correct version requirement for p5-Time-HiRes.
Diffstat (limited to 'misc/p5-File-Tail')
-rw-r--r-- | misc/p5-File-Tail/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/misc/p5-File-Tail/Makefile b/misc/p5-File-Tail/Makefile index e3f2fbe5bab..f7530155f31 100644 --- a/misc/p5-File-Tail/Makefile +++ b/misc/p5-File-Tail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/07/13 20:26:31 heinz Exp $ +# $NetBSD: Makefile,v 1.7 2008/02/07 19:57:23 heinz Exp $ DISTNAME= File-Tail-0.99.3 PKGNAME= p5-${DISTNAME} @@ -10,7 +10,9 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/File-Tail/ COMMENT= Perl5 module for reading from continuously updated files -DEPENDS+= p5-Time-HiRes-[0-9]*:../../time/p5-Time-HiRes +PKG_DESTDIR_SUPPORT= user-destdir + +DEPENDS+= p5-Time-HiRes>1.12:../../time/p5-Time-HiRes USE_LANGUAGES= # empty PERL5_PACKLIST= auto/File/Tail/.packlist |