Update editors/libreoffice-xh to version 5.2.5
[dports.git] / net-im / p5-DJabberd / Makefile
1 # Created by: Sergey Skvortsov <skv@protey.ru>
2 # $FreeBSD$
3
4 PORTNAME=       DJabberd
5 PORTVERSION=    0.85
6 PORTREVISION=   2
7 CATEGORIES=     net-im perl5
8 MASTER_SITES=   CPAN
9 MASTER_SITE_SUBDIR=     CPAN:MART
10 PKGNAMEPREFIX=  p5-
11
12 MAINTAINER=     perl@FreeBSD.org
13 COMMENT=        Scalable, extensible Jabber/XMPP server framework
14
15 BUILD_DEPENDS=  p5-Danga-Socket>=0:devel/p5-Danga-Socket \
16                 p5-XML-SAX>=0:textproc/p5-XML-SAX \
17                 p5-XML-LibXML>=0:textproc/p5-XML-LibXML \
18                 p5-Net-DNS>=0:dns/p5-Net-DNS \
19                 p5-Net-SSLeay>=0:security/p5-Net-SSLeay \
20                 p5-Log-Log4perl>=0:devel/p5-Log-Log4perl \
21                 p5-Digest-HMAC>=0:security/p5-Digest-HMAC \
22                 p5-Unicode-Stringprep>=0:converters/p5-Unicode-Stringprep
23 RUN_DEPENDS:=   ${BUILD_DEPENDS}
24 TEST_DEPENDS=   p5-Digest-SHA1>=0:security/p5-Digest-SHA1
25
26 PORTSCOUT=      limit:^[0-9\.]*$$
27
28 USES=           perl5
29 USE_PERL5=      configure
30
31 .include <bsd.port.mk>