diff options
author | linimon <linimon@FreeBSD.org> | 2003-11-21 14:48:32 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-11-21 14:48:32 +0800 |
commit | 431bbb96be89a2dbd84c775ad7d2b750273e1df8 (patch) | |
tree | 0e6e85b5a193a0c9955422224781a45d3dce29b0 /net/p5-Net-Amazon/Makefile | |
parent | 89a8e58acbd622a0ae981b42ee3ad1c263aebbe0 (diff) | |
download | freebsd-ports-gnome-431bbb96be89a2dbd84c775ad7d2b750273e1df8.tar.gz freebsd-ports-gnome-431bbb96be89a2dbd84c775ad7d2b750273e1df8.tar.zst freebsd-ports-gnome-431bbb96be89a2dbd84c775ad7d2b750273e1df8.zip |
Add 'Blended' search on a keyword, resulting in matches across the
board. No 'mode' parameter is allowed. According to Amazon's
developer's kit, this will result in up to three matches per
category and can yield a total of 45 matches.
PR: ports/59414
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> (maintainer)
Diffstat (limited to 'net/p5-Net-Amazon/Makefile')
-rw-r--r-- | net/p5-Net-Amazon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/p5-Net-Amazon/Makefile b/net/p5-Net-Amazon/Makefile index 0a03fb24b378..a5717fb58658 100644 --- a/net/p5-Net-Amazon/Makefile +++ b/net/p5-Net-Amazon/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Net-Amazon -PORTVERSION= 0.16 +PORTVERSION= 0.17 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net @@ -43,7 +43,7 @@ MAN3= Net::Amazon.3 Net::Amazon::Attribute::Review.3 \ .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500601 -IGNORE= This port requires perl 5.6.x or later. Install lang/perl5 then try again +IGNORE= This port requires perl 5.6.x or later. Install lang/perl5 then try again .endif .include <bsd.port.post.mk> |