summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2004-03-05 01:47:41 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2004-03-05 01:47:41 +0000
commit6a093bc2328d1012ddb409cc8be081631c8438eb (patch)
treeea793114eec23cff3eabae94c701e367e4b83048 /devel
parentAdd a missing dependency on libXtrans. (diff)
o Reduce dependency for perl-5.8.
o Add WWW line. No response from: maintainer
Notes
Notes: svn path=/head/; revision=102962
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-File-Tail/Makefile18
-rw-r--r--devel/p5-File-Tail/pkg-descr2
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/