diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-03-11 19:07:49 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-03-11 19:07:49 +0800 |
commit | 0651cf1b8de44fab9fba342cfca91c2f3177bf4a (patch) | |
tree | 2d2fd002b46d881ca676c7620650de138d08e124 /net-im/p5-Protocol-XMPP | |
parent | e1dbe9eed8eb9ac64a1d041b64f314093bfde50f (diff) | |
download | freebsd-ports-gnome-0651cf1b8de44fab9fba342cfca91c2f3177bf4a.tar.gz freebsd-ports-gnome-0651cf1b8de44fab9fba342cfca91c2f3177bf4a.tar.zst freebsd-ports-gnome-0651cf1b8de44fab9fba342cfca91c2f3177bf4a.zip |
- Fix dependency
Reported by: az
Submitted by: sunpoet (myself)
Approved by: <ports@c0decafe.net> (maintainer)
Diffstat (limited to 'net-im/p5-Protocol-XMPP')
-rw-r--r-- | net-im/p5-Protocol-XMPP/Makefile | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/net-im/p5-Protocol-XMPP/Makefile b/net-im/p5-Protocol-XMPP/Makefile index e9a3ee2520c9..dbc546f90dcb 100644 --- a/net-im/p5-Protocol-XMPP/Makefile +++ b/net-im/p5-Protocol-XMPP/Makefile @@ -7,6 +7,7 @@ PORTNAME= Protocol-XMPP PORTVERSION= 0.005 +PORTREVISION= 1 CATEGORIES= net-im perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:TEAM @@ -16,9 +17,7 @@ MAINTAINER= ports@c0decafe.net COMMENT= Protocol-level support for XMPP interaction RUN_DEPENDS= p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL \ - p5-Module-Load>=0:${PORTSDIR}/devel/p5-Module-Load \ - p5-XML-LibXML-SAX-ChunkParser>=0.00003:${PORTSDIR}/textproc/p5-XML-LibXML-SAX-ChunkParser \ - p5-parent>=0:${PORTSDIR}/devel/p5-parent + p5-XML-LibXML-SAX-ChunkParser>=0.00003:${PORTSDIR}/textproc/p5-XML-LibXML-SAX-ChunkParser PERL_CONFIGURE= yes @@ -55,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> |