diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-03-05 09:47:41 +0800 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-03-05 09:47:41 +0800 |
commit | 6a093bc2328d1012ddb409cc8be081631c8438eb (patch) | |
tree | ea793114eec23cff3eabae94c701e367e4b83048 /devel | |
parent | 1d839fa58aa6d5d77de2882e2786c3b49cb6dabb (diff) | |
download | freebsd-ports-gnome-6a093bc2328d1012ddb409cc8be081631c8438eb.tar.gz freebsd-ports-gnome-6a093bc2328d1012ddb409cc8be081631c8438eb.tar.zst freebsd-ports-gnome-6a093bc2328d1012ddb409cc8be081631c8438eb.zip |
o Reduce dependency for perl-5.8.
o Add WWW line.
No response from: maintainer
Diffstat (limited to 'devel')
-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 34c87df7945b..9f582e006f0c 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 a00e317ac8b9..12c1c34776fd 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/ |