diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-05-01 07:46:18 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-05-01 07:46:18 +0000 |
commit | 5a803aac2b43dc81a2d37c6c29f1fa4897587616 (patch) | |
tree | a318cf78f2a340877d384d638e479fba6cdb0452 /net/p5-Net-Yadis | |
parent | 48aa02c5fb03cf3edb1640589f5cdaae3b01fc9b (diff) |
- remove ".if ${PERL_LEVEL} < 500600 ..." stuff
Notes
Notes:
svn path=/head/; revision=191271
Diffstat (limited to 'net/p5-Net-Yadis')
-rw-r--r-- | net/p5-Net-Yadis/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/net/p5-Net-Yadis/Makefile b/net/p5-Net-Yadis/Makefile index 205ba42d05cf..c1e7ac5f696e 100644 --- a/net/p5-Net-Yadis/Makefile +++ b/net/p5-Net-Yadis/Makefile @@ -23,10 +23,4 @@ PERL_CONFIGURE= yes MAN3= Net::Yadis.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 # Inherited from www/p5-libwww -IGNORE= requires Perl 5.6 or later. Install lang/perl5.8 and try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |