aboutsummaryrefslogtreecommitdiff
path: root/net-im/p5-Protocol-XMPP/Makefile
blob: f5e481d2fc816e9a7249dd874ba1589fa08e9b6a (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
# Created by: <ports@c0decafe.net>
# $FreeBSD$

PORTNAME=	Protocol-XMPP
PORTVERSION=	0.005
PORTREVISION=	1
CATEGORIES=	net-im perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:TEAM
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Protocol-level support for XMPP interaction

RUN_DEPENDS=	p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL \
		p5-XML-LibXML-SAX-ChunkParser>=0.00003:${PORTSDIR}/textproc/p5-XML-LibXML-SAX-ChunkParser

USES=		perl5
USE_PERL5=	configure

MAN3=		Protocol::XMPP.3 \
		Protocol::XMPP::Base.3 \
		Protocol::XMPP::Contact.3 \
		Protocol::XMPP::Element::Active.3 \
		Protocol::XMPP::Element::Auth.3 \
		Protocol::XMPP::Element::Bind.3 \
		Protocol::XMPP::Element::Body.3 \
		Protocol::XMPP::Element::Challenge.3 \
		Protocol::XMPP::Element::Feature.3 \
		Protocol::XMPP::Element::Features.3 \
		Protocol::XMPP::Element::HTML.3 \
		Protocol::XMPP::Element::IQ.3 \
		Protocol::XMPP::Element::JID.3 \
		Protocol::XMPP::Element::Mechanism.3 \
		Protocol::XMPP::Element::Mechanisms.3 \
		Protocol::XMPP::Element::Message.3 \
		Protocol::XMPP::Element::Nick.3 \
		Protocol::XMPP::Element::Presence.3 \
		Protocol::XMPP::Element::Proceed.3 \
		Protocol::XMPP::Element::Register.3 \
		Protocol::XMPP::Element::Response.3 \
		Protocol::XMPP::Element::Session.3 \
		Protocol::XMPP::Element::StartTLS.3 \
		Protocol::XMPP::Element::Subject.3 \
		Protocol::XMPP::Element::Success.3 \
		Protocol::XMPP::ElementBase.3 \
		Protocol::XMPP::Handler.3 \
		Protocol::XMPP::IQ::Roster.3 \
		Protocol::XMPP::Message.3 \
		Protocol::XMPP::Stream.3 \
		Protocol::XMPP::TextElement.3 \
		Protocol::XMPP::User.3

.include <bsd.port.mk>