diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-08-09 15:55:07 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-08-09 15:55:07 +0000 |
commit | 52628d50ab145be6766e4bfa1d4c4ca90aa0cdc4 (patch) | |
tree | 2529c9ff47394f159cf786ea4f3610afa768dd69 /net/p5-Net-Amazon/Makefile | |
parent | 40fc5cee200fcc94f2782e5cd0ca51b0b1204ec6 (diff) |
Notes
Diffstat (limited to 'net/p5-Net-Amazon/Makefile')
-rw-r--r-- | net/p5-Net-Amazon/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/p5-Net-Amazon/Makefile b/net/p5-Net-Amazon/Makefile index d36288651531..32dfc5a3fdd7 100644 --- a/net/p5-Net-Amazon/Makefile +++ b/net/p5-Net-Amazon/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Net-Amazon -PORTVERSION= 0.26 +PORTVERSION= 0.28 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net @@ -46,6 +46,9 @@ MAN3= Net::Amazon.3 Net::Amazon::Attribute::Review.3 \ .include <bsd.port.pre.mk> +.if ${PERL_LEVEL} < 500805 +BUILD_DEPENDS+= ${SITE_PERL}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes +.endif .if ${PERL_LEVEL} < 500601 IGNORE= This port requires perl 5.6.x or later. Install lang/perl5 then try again .endif |