blob: 4a4f87ca01880ae799ed78a916a51901dc47cb31 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
|
# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= Net-XMPP2
PORTVERSION= 0.14
PORTREVISION= 1
CATEGORIES= net-im perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Net
PKGNAMEPREFIX= p5-
MAINTAINER= miwi@FreeBSD.org
COMMENT= An implementation of the XMPP Protocol
BUILD_DEPENDS= p5-AnyEvent>=0:${PORTSDIR}/devel/p5-AnyEvent \
p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL \
p5-BS-Event>=0:${PORTSDIR}/devel/p5-BS-Event \
p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \
p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \
p5-Net-LibIDN>=0:${PORTSDIR}/dns/p5-Net-LibIDN \
p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay \
p5-Object-Event>=0:${PORTSDIR}/devel/p5-Object-Event \
p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \
p5-XML-Writer>=0:${PORTSDIR}/textproc/p5-XML-Writer
RUN_DEPENDS:= p5-AnyEvent>=0:${PORTSDIR}/devel/p5-AnyEvent \
p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL \
p5-BS-Event>=0:${PORTSDIR}/devel/p5-BS-Event \
p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \
p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \
p5-Net-LibIDN>=0:${PORTSDIR}/dns/p5-Net-LibIDN \
p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay \
p5-Object-Event>=0:${PORTSDIR}/devel/p5-Object-Event \
p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \
p5-XML-Writer>=0:${PORTSDIR}/textproc/p5-XML-Writer
USES= perl5
USE_PERL5= configure
MAN3= Net::XMPP2.3 \
Net::XMPP2::Client.3 \
Net::XMPP2::Component.3 \
Net::XMPP2::Connection.3 \
Net::XMPP2::Error.3 \
Net::XMPP2::Error::Exception.3 \
Net::XMPP2::Error::IQ.3 \
Net::XMPP2::Error::IQAuth.3 \
Net::XMPP2::Error::MUC.3 \
Net::XMPP2::Error::Message.3 \
Net::XMPP2::Error::Parser.3 \
Net::XMPP2::Error::Presence.3 \
Net::XMPP2::Error::Register.3 \
Net::XMPP2::Error::SASL.3 \
Net::XMPP2::Error::Stanza.3 \
Net::XMPP2::Error::Stream.3 \
Net::XMPP2::Ext.3 \
Net::XMPP2::Ext::DataForm.3 \
Net::XMPP2::Ext::Disco.3 \
Net::XMPP2::Ext::Disco::Info.3 \
Net::XMPP2::Ext::Disco::Items.3 \
Net::XMPP2::Ext::MUC.3 \
Net::XMPP2::Ext::MUC::Message.3 \
Net::XMPP2::Ext::MUC::Room.3 \
Net::XMPP2::Ext::MUC::RoomInfo.3 \
Net::XMPP2::Ext::MUC::User.3 \
Net::XMPP2::Ext::OOB.3 \
Net::XMPP2::Ext::Ping.3 \
Net::XMPP2::Ext::Pubsub.3 \
Net::XMPP2::Ext::RegisterForm.3 \
Net::XMPP2::Ext::Registration.3 \
Net::XMPP2::Ext::VCard.3 \
Net::XMPP2::Ext::Version.3 \
Net::XMPP2::Extendable.3 \
Net::XMPP2::IM::Account.3 \
Net::XMPP2::IM::Connection.3 \
Net::XMPP2::IM::Contact.3 \
Net::XMPP2::IM::Delayed.3 \
Net::XMPP2::IM::Message.3 \
Net::XMPP2::IM::Presence.3 \
Net::XMPP2::IM::Roster.3 \
Net::XMPP2::Namespaces.3 \
Net::XMPP2::Node.3 \
Net::XMPP2::Parser.3 \
Net::XMPP2::SimpleConnection.3 \
Net::XMPP2::TestClient.3 \
Net::XMPP2::Util.3 \
Net::XMPP2::Writer.3
.include <bsd.port.mk>
|