aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/p5-Net-Async-XMPP/Makefile
blob: 779ecf96283ed6b88b9985155bf2b6e2c8a66167 (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
33
34
35
36
# New ports collection makefile for:    p5-Net-Async-XMPP
# Date created:     2011-03-07
# Whom:         <ports@c0decafe.net>
#
# $FreeBSD$
#

PORTNAME=   Net-Async-XMPP
PORTVERSION=    0.002
PORTREVISION=   1
CATEGORIES= net-im perl5
MASTER_SITES=   CPAN
MASTER_SITE_SUBDIR= CPAN:TEAM
PKGNAMEPREFIX=  p5-

MAINTAINER= ports@c0decafe.net
COMMENT=    Asynchronous XMPP client and server

RUN_DEPENDS=    p5-IO-Async>=0.37:${PORTSDIR}/devel/p5-IO-Async \
        p5-IO-Async-SSL>=0.04:${PORTSDIR}/security/p5-IO-Async-SSL \
        p5-Protocol-XMPP>=0.002:${PORTSDIR}/net-im/p5-Protocol-XMPP

PERL_CONFIGURE= yes

MAN3=       Net::Async::XMPP.3 \
        Net::Async::XMPP::Client.3 \
        Net::Async::XMPP::Protocol.3 \
        Net::Async::XMPP::Server.3

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 501000
RUN_DEPENDS+=   p5-parent>=0:${PORTSDIR}/devel/p5-parent
.endif

.include <bsd.port.post.mk>