diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-07-27 17:09:54 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-07-27 17:09:54 +0000 |
commit | d2e082dc88200867bf864c53ff123adc9c60b88a (patch) | |
tree | a5eca42b24be0011d91454ba3147d1c22979252e /www/p5-Flickr-API | |
parent | 5199530afe54e1f2c1284d4ddc2e94656ef019d4 (diff) | |
download | ports-d2e082dc88200867bf864c53ff123adc9c60b88a.tar.gz ports-d2e082dc88200867bf864c53ff123adc9c60b88a.zip |
Notes
Diffstat (limited to 'www/p5-Flickr-API')
-rw-r--r-- | www/p5-Flickr-API/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/www/p5-Flickr-API/Makefile b/www/p5-Flickr-API/Makefile index a28d0f5afb35..a080c29b0f3c 100644 --- a/www/p5-Flickr-API/Makefile +++ b/www/p5-Flickr-API/Makefile @@ -24,4 +24,10 @@ PERL_CONFIGURE= yes MAN3= Flickr::API.3 Flickr::API::Request.3 Flickr::API::Response.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500601 +IGNORE= requires perl 5.6.x or later. Install lang/perl5 then try again +.endif + +.include <bsd.port.post.mk> |