diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-03-22 01:07:23 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-03-22 01:07:23 +0000 |
commit | 1bf95c0d0462e533e3bedeb7ae53e20162860973 (patch) | |
tree | 3773c0f0136d15b1c17b497d050574c06c6636c1 /www/p5-WWW-Scraper-ISBN-Amazon_Driver/Makefile | |
parent | 26ce489321613863a8f2037c52c7f2244e3283e0 (diff) |
Notes
Diffstat (limited to 'www/p5-WWW-Scraper-ISBN-Amazon_Driver/Makefile')
-rw-r--r-- | www/p5-WWW-Scraper-ISBN-Amazon_Driver/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/www/p5-WWW-Scraper-ISBN-Amazon_Driver/Makefile b/www/p5-WWW-Scraper-ISBN-Amazon_Driver/Makefile index be0de87491bb..4417deea04f2 100644 --- a/www/p5-WWW-Scraper-ISBN-Amazon_Driver/Makefile +++ b/www/p5-WWW-Scraper-ISBN-Amazon_Driver/Makefile @@ -6,7 +6,7 @@ # PORTNAME= WWW-Scraper-ISBN-Amazon_Driver -PORTVERSION= 0.06 +PORTVERSION= 0.08 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= WWW @@ -27,10 +27,4 @@ PERL_CONFIGURE= yes MAN3= WWW::Scraper::ISBN::AmazonUK_Driver.3 \ WWW::Scraper::ISBN::AmazonUS_Driver.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -IGNORE= requires perl 5.6.x or higher. Please install lang/perl5.8 and try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |