diff options
Diffstat (limited to 'net-mgmt/p5-FusionInventory-Agent/Makefile')
-rw-r--r-- | net-mgmt/p5-FusionInventory-Agent/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/net-mgmt/p5-FusionInventory-Agent/Makefile b/net-mgmt/p5-FusionInventory-Agent/Makefile index bd2cf43f4d86..1e0d0f1f4133 100644 --- a/net-mgmt/p5-FusionInventory-Agent/Makefile +++ b/net-mgmt/p5-FusionInventory-Agent/Makefile @@ -52,4 +52,11 @@ MAN3= FusionInventory::Agent::Network.3 \ FusionInventory::Agent::XML::Query::Inventory.3 \ FusionInventory::Agent::XML::Query::SimpleMessage.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 501000 +BUILD_DEPENDS+= p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress +RUN_DEPENDS+= p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress +.endif + +.include <bsd.port.post.mk> |