diff options
Diffstat (limited to 'net/p5-Net-SAP/Makefile')
-rw-r--r-- | net/p5-Net-SAP/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/net/p5-Net-SAP/Makefile b/net/p5-Net-SAP/Makefile index d436ad6..ee8434d 100644 --- a/net/p5-Net-SAP/Makefile +++ b/net/p5-Net-SAP/Makefile @@ -25,11 +25,4 @@ PERL_MODBUILD= YES MAN1= psapd.1 MAN3= Net::SAP.3 Net::SAP::Packet.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500903 -RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress -BUILD_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |