2013-08-02 20:52:07 +02:00
|
|
|
# Created by: <ports@c0decafe.net>
|
2011-03-07 16:39:15 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Net-Async-XMPP
|
2014-08-05 16:19:38 +02:00
|
|
|
PORTVERSION= 0.003
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2011-03-07 16:39:15 +01:00
|
|
|
CATEGORIES= net-im perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
MASTER_SITE_SUBDIR= CPAN:TEAM
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2013-06-18 15:49:02 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2011-03-07 16:39:15 +01:00
|
|
|
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 \
|
2011-03-11 12:07:49 +01:00
|
|
|
p5-Protocol-XMPP>=0.002:${PORTSDIR}/net-im/p5-Protocol-XMPP
|
2011-03-07 16:39:15 +01:00
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2011-03-07 16:39:15 +01:00
|
|
|
|
2013-06-18 15:49:02 +02:00
|
|
|
.include <bsd.port.mk>
|