summaryrefslogtreecommitdiff
path: root/net-im/p5-DJabberd/Makefile
blob: 8d13e319964364837acafc734f122a80048699a8 (plain)
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
# New ports collection makefile for:	DJabberd
# Date created:	   28 February 2007
# Whom:		   Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#

PORTNAME=	DJabberd
PORTVERSION=	0.85
PORTREVISION=	1
CATEGORIES=	net-im perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:MART
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Scalable, extensible Jabber/XMPP server framework

BUILD_DEPENDS=	p5-Danga-Socket>=0:${PORTSDIR}/devel/p5-Danga-Socket \
		p5-XML-SAX>=0:${PORTSDIR}/textproc/p5-XML-SAX \
		p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML \
		p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \
		p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay \
		p5-Log-Log4perl>=0:${PORTSDIR}/devel/p5-Log-Log4perl \
		p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC \
		p5-Unicode-Stringprep>=0:${PORTSDIR}/converters/p5-Unicode-Stringprep
RUN_DEPENDS:=	${BUILD_DEPENDS}
TEST_DEPENDS=	p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1

PERL_CONFIGURE=	yes

MAN3=	DJabberd.3\
	DJabberd::Agent.3\
	DJabberd::Agent::Node.3\
	DJabberd::Component.3\
	DJabberd::Component::Example.3\
	DJabberd::Component::External.3\
	DJabberd::Component::Node.3\
	DJabberd::Config.3\
	DJabberd::Connection::ComponentIn.3\
	DJabberd::Connection::ComponentOut.3\
	DJabberd::Delivery::ComponentConnection.3\
	DJabberd::Delivery::LocalVHosts.3\
	DJabberd::SASL.3\
	DJabberd::SASL::AuthenSASL.3\
	DJabberd::SASL::Connection.3\
	DJabberd::SASL::DumbPlain.3\
	DJabberd::SASL::ManagerBase.3

.include <bsd.port.mk>