aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/p5-SOAP-Transport-JABBER/Makefile
blob: d6eff3a78e8f6c0d2ff997711880646ee350d8c9 (plain) (blame)
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
32
# New ports collection makefile for:    p5-SOAP-Transport-JABBER
# Date created:     2011-08-20
# Whom:         Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   SOAP-Transport-JABBER
PORTVERSION=    0.713
CATEGORIES= net-im net perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= sunpoet@FreeBSD.org
COMMENT=    A Jabber-based transport backend for SOAP::Lite

BUILD_DEPENDS=  p5-Net-Jabber>=0:${PORTSDIR}/net-im/p5-Net-Jabber \
        p5-SOAP-Lite>=0.711:${PORTSDIR}/net/p5-SOAP-Lite
RUN_DEPENDS=    p5-Net-Jabber>=0:${PORTSDIR}/net-im/p5-Net-Jabber \
        p5-SOAP-Lite>=0.711:${PORTSDIR}/net/p5-SOAP-Lite

PERL_CONFIGURE= yes

MAN3=       SOAP::Transport::JABBER.3

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 501200
BUILD_DEPENDS+= p5-Module-Build>=0.3600:${PORTSDIR}/devel/p5-Module-Build
.endif

.include <bsd.port.post.mk>