diff options
Diffstat (limited to 'www/p5-HTML-RSSAutodiscovery/Makefile')
-rw-r--r-- | www/p5-HTML-RSSAutodiscovery/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/www/p5-HTML-RSSAutodiscovery/Makefile b/www/p5-HTML-RSSAutodiscovery/Makefile index befc8f36cdf2..2e1699575a8b 100644 --- a/www/p5-HTML-RSSAutodiscovery/Makefile +++ b/www/p5-HTML-RSSAutodiscovery/Makefile @@ -21,12 +21,6 @@ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 # Inherited from both dependencies -IGNORE= requires Perl 5.6.0 or newer. Install lang/perl5.8 and try again -.endif - MAN3= HTML::RSSAutodiscovery.3 -.include <bsd.port.post.mk> +.include <bsd.port.mk> |