aboutsummaryrefslogtreecommitdiff
path: root/net-im/p5-Net-XMPP2/Makefile
blob: cfda92a08b0b80693a195807a1b2f664fd8d53d9 (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
# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$

PORTNAME=	Net-XMPP2
PORTVERSION=	0.14
PORTREVISION=	2
CATEGORIES=	net-im perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:ELMEX
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Implementation of the XMPP Protocol

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-AnyEvent>=0:devel/p5-AnyEvent \
		p5-Authen-SASL>=0:security/p5-Authen-SASL \
		p5-BS-Event>=0:devel/p5-BS-Event \
		p5-Digest-SHA1>=0:security/p5-Digest-SHA1 \
		p5-Net-DNS>=0:dns/p5-Net-DNS \
		p5-Net-LibIDN>=0:dns/p5-Net-LibIDN \
		p5-Net-SSLeay>=0:security/p5-Net-SSLeay \
		p5-Object-Event>=0:devel/p5-Object-Event \
		p5-XML-Parser>=0:textproc/p5-XML-Parser \
		p5-XML-Writer>=0:textproc/p5-XML-Writer

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>