8d6597e0bb
With hat: portmgr Sponsored by: Absolight
31 lines
840 B
Makefile
31 lines
840 B
Makefile
# 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>
|