blob: 592bb8eae4c65bc9aff211c12827e941d3f70a06 (
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
|
# 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= 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
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Digest-SHA1>=0:security/p5-Digest-SHA1
PORTSCOUT= limit:^[0-9\.]*$$
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|