diff options
Diffstat (limited to 'net-im/p5-Protocol-XMPP/Makefile')
-rw-r--r-- | net-im/p5-Protocol-XMPP/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/net-im/p5-Protocol-XMPP/Makefile b/net-im/p5-Protocol-XMPP/Makefile index eaac747ec206..dbc546f90dcb 100644 --- a/net-im/p5-Protocol-XMPP/Makefile +++ b/net-im/p5-Protocol-XMPP/Makefile @@ -54,4 +54,11 @@ MAN3= Protocol::XMPP.3 \ Protocol::XMPP::TextElement.3 \ Protocol::XMPP::User.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 501000 +RUN_DEPENDS+= p5-Module-Load>=0:${PORTSDIR}/devel/p5-Module-Load \ + p5-parent>=0:${PORTSDIR}/devel/p5-parent +.endif + +.include <bsd.port.post.mk> |