2013-08-02 18:52:07 +00:00
|
|
|
# Created by: Lars Eggert <lars.eggert@gmx.net>
|
2004-12-07 09:27:04 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Net-XMPP
|
2011-08-24 07:20:34 +00:00
|
|
|
PORTVERSION= 1.02.04
|
2014-11-26 13:08:24 +00:00
|
|
|
PORTREVISION= 1
|
2005-11-09 23:11:38 +00:00
|
|
|
CATEGORIES= net-im perl5
|
2008-01-04 23:48:20 +00:00
|
|
|
MASTER_SITES= CPAN
|
2011-04-11 01:18:33 +00:00
|
|
|
MASTER_SITE_SUBDIR= CPAN:DAPATRICK
|
2004-12-07 09:27:04 +00:00
|
|
|
PKGNAMEPREFIX= p5-
|
2011-08-24 07:20:34 +00:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:R}_${PORTVERSION:E}
|
2004-12-07 09:27:04 +00:00
|
|
|
|
2008-01-04 23:48:20 +00:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2004-12-07 09:27:04 +00:00
|
|
|
COMMENT= Net::XMPP provides Perl Developer access to the XMPP protocol
|
|
|
|
|
2011-08-24 07:20:34 +00:00
|
|
|
BUILD_DEPENDS= p5-Authen-SASL>=2.12:${PORTSDIR}/security/p5-Authen-SASL \
|
2011-04-11 01:18:33 +00:00
|
|
|
p5-Digest-SHA1>=1.02:${PORTSDIR}/security/p5-Digest-SHA1 \
|
2011-08-24 07:20:34 +00:00
|
|
|
p5-XML-Stream>=1.23.04:${PORTSDIR}/textproc/p5-XML-Stream
|
2013-11-05 07:49:09 +00:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2011-08-24 07:20:34 +00:00
|
|
|
TEST_DEPENDS= p5-LWP-Online>=1.07:${PORTSDIR}/www/p5-LWP-Online \
|
2011-04-11 01:18:33 +00:00
|
|
|
p5-YAML-Tiny>=1.41:${PORTSDIR}/textproc/p5-YAML-Tiny
|
2011-08-24 07:20:34 +00:00
|
|
|
|
2013-08-02 18:52:07 +00:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2011-08-24 07:20:34 +00:00
|
|
|
|
2012-12-17 15:39:36 +00:00
|
|
|
.include <bsd.port.mk>
|