diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-03-05 01:47:41 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-03-05 01:47:41 +0000 |
commit | 6a093bc2328d1012ddb409cc8be081631c8438eb (patch) | |
tree | ea793114eec23cff3eabae94c701e367e4b83048 /devel/p5-File-Tail/Makefile | |
parent | 1d839fa58aa6d5d77de2882e2786c3b49cb6dabb (diff) | |
download | ports-6a093bc2328d1012ddb409cc8be081631c8438eb.tar.gz ports-6a093bc2328d1012ddb409cc8be081631c8438eb.zip |
Notes
Diffstat (limited to 'devel/p5-File-Tail/Makefile')
-rw-r--r-- | devel/p5-File-Tail/Makefile | 18 |
1 files changed, 10 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> |