diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2004-03-05 09:47:41 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2004-03-05 09:47:41 +0800 |
commit | c44b3e416117c2a0d669b1777186611c4b4b86e8 (patch) | |
tree | f2c4d68b5d358043f59561f93ba1d7b292442c2f /devel/p5-File-Tail | |
parent | 4f603d8ed9742c012e07a912e79eb8280a1647e6 (diff) | |
download | freebsd-ports-graphics-c44b3e416117c2a0d669b1777186611c4b4b86e8.tar.gz freebsd-ports-graphics-c44b3e416117c2a0d669b1777186611c4b4b86e8.tar.zst freebsd-ports-graphics-c44b3e416117c2a0d669b1777186611c4b4b86e8.zip |
o Reduce dependency for perl-5.8.
o Add WWW line.
No response from: maintainer
Diffstat (limited to 'devel/p5-File-Tail')
-rw-r--r-- | devel/p5-File-Tail/Makefile | 18 | ||||
-rw-r--r-- | devel/p5-File-Tail/pkg-descr | 2 |
2 files changed, 12 insertions, 8 deletions
diff --git a/devel/p5-File-Tail/Makefile b/devel/p5-File-Tail/Makefile index 34c87df7945..9f582e006f0 100644 --- a/devel/p5-File-Tail/Makefile +++ b/devel/p5-File-Tail/Makefile @@ -6,22 +6,24 @@ PORTNAME= File-Tail PORTVERSION= 0.98 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= File PKGNAMEPREFIX= p5- MAINTAINER= jeremy@external.org -COMMENT= Perl Module to read the end of a file as it's appended to - -BUILD_DEPENDS= ${site_perl}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes -RUN_DEPENDS= ${BUILD_DEPENDS} - -site_perl= ${SITE_PERL}/${PERL_ARCH} +COMMENT= Perl Module to read the end of a file as it\'s appended to PERL_CONFIGURE= YES MAN3= File::Tail.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500800 +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes +RUN_DEPENDS= ${BUILD_DEPENDS} +.endif + +.include <bsd.port.post.mk> diff --git a/devel/p5-File-Tail/pkg-descr b/devel/p5-File-Tail/pkg-descr index a00e317ac8b..12c1c34776f 100644 --- a/devel/p5-File-Tail/pkg-descr +++ b/devel/p5-File-Tail/pkg-descr @@ -1,3 +1,5 @@ The File::Tail module is designed for reading files which are continously appended to (the name comes from the tail -f directive). Usualy such files are logfiles of some description. + +WWW: http://search.cpan.org/dist/File-Tail/ |