freebsd-ports/net-im/p5-Net-XMPP/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

28 lines
631 B
Makefile

# Created by: Lars Eggert <lars.eggert@gmx.net>
# $FreeBSD$
PORTNAME= Net-XMPP
PORTVERSION= 1.05
PORTREVISION= 1
CATEGORIES= net-im perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Net::XMPP provides Perl Developer access to the XMPP protocol
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Authen-SASL>=2.12:security/p5-Authen-SASL \
p5-XML-Stream>=1.24:textproc/p5-XML-Stream
TEST_DEPENDS= p5-LWP-Online>=1.07:www/p5-LWP-Online \
p5-YAML-Tiny>=1.41:textproc/p5-YAML-Tiny
NO_ARCH= yes
USES= perl5
USE_PERL5= modbuild
.include <bsd.port.mk>