aboutsummaryrefslogtreecommitdiff
path: root/net-im/p5-DJabberd/Makefile
blob: dbc9d7df387f1840e9cb1a155958aed220062c97 (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
# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$

PORTNAME=	DJabberd
PORTVERSION=	0.85
PORTREVISION=	2
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=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-Danga-Socket>=0:devel/p5-Danga-Socket \
		p5-XML-SAX>=0:textproc/p5-XML-SAX \
		p5-XML-LibXML>=0:textproc/p5-XML-LibXML \
		p5-Net-DNS>=0:dns/p5-Net-DNS \
		p5-Net-SSLeay>=0:security/p5-Net-SSLeay \
		p5-Log-Log4perl>=0:devel/p5-Log-Log4perl \
		p5-Digest-HMAC>=0:security/p5-Digest-HMAC \
		p5-Unicode-Stringprep>=0:converters/p5-Unicode-Stringprep
TEST_DEPENDS=	p5-Digest-SHA1>=0:security/p5-Digest-SHA1

PORTSCOUT=	limit:^[0-9\.]*$$

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>