diff options
Diffstat (limited to 'net/p5-Net-OAuth/Makefile')
-rw-r--r-- | net/p5-Net-OAuth/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/net/p5-Net-OAuth/Makefile b/net/p5-Net-OAuth/Makefile index d67f12c2383d..d21eaff28bbe 100644 --- a/net/p5-Net-OAuth/Makefile +++ b/net/p5-Net-OAuth/Makefile @@ -49,11 +49,4 @@ MAN3= Net::OAuth.3 \ Net::OAuth::XauthAccessTokenRequest.3 \ Net::OAuth::YahooAccessTokenRefreshRequest.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501001 -BUILD_DEPENDS+= p5-Encode>=2.35:${PORTSDIR}/converters/p5-Encode -RUN_DEPENDS+= p5-Encode>=2.35:${PORTSDIR}/converters/p5-Encode -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |