2013-09-11 10:15:53 +02:00
|
|
|
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
2008-05-29 04:09:19 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Net-XMPP2
|
2008-08-03 18:08:01 +02:00
|
|
|
PORTVERSION= 0.14
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 2
|
2008-05-29 04:09:19 +02:00
|
|
|
CATEGORIES= net-im perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2014-11-18 11:38:26 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2014-07-10 14:13:11 +02:00
|
|
|
COMMENT= Implementation of the XMPP Protocol
|
2008-05-29 04:09:19 +02:00
|
|
|
|
2012-03-17 05:27:02 +01:00
|
|
|
BUILD_DEPENDS= p5-AnyEvent>=0:${PORTSDIR}/devel/p5-AnyEvent \
|
|
|
|
p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL \
|
|
|
|
p5-BS-Event>=0:${PORTSDIR}/devel/p5-BS-Event \
|
|
|
|
p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \
|
|
|
|
p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \
|
|
|
|
p5-Net-LibIDN>=0:${PORTSDIR}/dns/p5-Net-LibIDN \
|
|
|
|
p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay \
|
|
|
|
p5-Object-Event>=0:${PORTSDIR}/devel/p5-Object-Event \
|
|
|
|
p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \
|
|
|
|
p5-XML-Writer>=0:${PORTSDIR}/textproc/p5-XML-Writer
|
2015-03-13 18:29:58 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2008-05-29 04:09:19 +02:00
|
|
|
|
2013-09-11 10:15:53 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2008-05-29 04:09:19 +02:00
|
|
|
|
2009-07-22 18:27:08 +02:00
|
|
|
.include <bsd.port.mk>
|