1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/net-im/p5-DJabberd/Makefile
Dag-Erling Smørgrav 9dff352320 Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.

Approved by:	portmgr (adamw)
2018-10-06 13:06:42 +00:00

32 lines
837 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= ${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>