- Fix dependency
Reported by: az Submitted by: sunpoet (myself) Approved by: <ports@c0decafe.net> (maintainer)
This commit is contained in:
parent
1c83a93010
commit
718f60ddcf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=270666
2 changed files with 19 additions and 7 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= Net-Async-XMPP
|
||||
PORTVERSION= 0.002
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net-im perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:TEAM
|
||||
|
@ -17,8 +18,7 @@ COMMENT= Asynchronous XMPP client and server
|
|||
|
||||
RUN_DEPENDS= p5-IO-Async>=0.37:${PORTSDIR}/devel/p5-IO-Async \
|
||||
p5-IO-Async-SSL>=0.04:${PORTSDIR}/security/p5-IO-Async-SSL \
|
||||
p5-Protocol-XMPP>=0.002:${PORTSDIR}/net-im/p5-Protocol-XMPP \
|
||||
p5-parent>=0:${PORTSDIR}/devel/p5-parent
|
||||
p5-Protocol-XMPP>=0.002:${PORTSDIR}/net-im/p5-Protocol-XMPP
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
|
@ -27,4 +27,10 @@ MAN3= Net::Async::XMPP.3 \
|
|||
Net::Async::XMPP::Protocol.3 \
|
||||
Net::Async::XMPP::Server.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 501000
|
||||
RUN_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue