1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/net-im/p5-Net-Async-XMPP/Makefile
Kurt Jaeger 78d765c57e net-im/p5-Net-Async-XMPP: 0.002 -> 0.003
- Most of the public API methods now use Futures to indicate completion
- SRV lookup - needs DNS although an optional constant allows getnameinfo
  lookups
- Don't include <show> element in initial presence notification.
- Initial documentation for some of the more useful public methods
2014-08-05 14:19:38 +00:00

22 lines
508 B
Makefile

# Created by: <ports@c0decafe.net>
# $FreeBSD$
PORTNAME= Net-Async-XMPP
PORTVERSION= 0.003
CATEGORIES= net-im perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:TEAM
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
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
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>