2013-08-02 20:52:07 +02:00
|
|
|
# Created by: Lars Eggert <lars.eggert@gmx.net>
|
2004-12-07 10:27:04 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Net-XMPP
|
2015-05-12 14:45:00 +02:00
|
|
|
DISTVERSION= 1.05
|
2005-11-10 00:11:38 +01:00
|
|
|
CATEGORIES= net-im perl5
|
2008-01-05 00:48:20 +01:00
|
|
|
MASTER_SITES= CPAN
|
2015-08-15 14:10:06 +02:00
|
|
|
#MASTER_SITE_SUBDIR= CPAN:DAPATRICK
|
2004-12-07 10:27:04 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2008-01-05 00:48:20 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2004-12-07 10:27:04 +01:00
|
|
|
COMMENT= Net::XMPP provides Perl Developer access to the XMPP protocol
|
|
|
|
|
2015-08-15 14:10:06 +02:00
|
|
|
LICENSE= LGPL21
|
|
|
|
|
2016-04-01 16:16:16 +02:00
|
|
|
BUILD_DEPENDS= p5-Authen-SASL>=2.12:security/p5-Authen-SASL \
|
|
|
|
p5-Digest-SHA>=5.95:security/p5-Digest-SHA \
|
|
|
|
p5-XML-Stream>=1.24:textproc/p5-XML-Stream
|
2013-11-05 08:49:09 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2016-04-01 16:16:16 +02:00
|
|
|
TEST_DEPENDS= p5-LWP-Online>=1.07:www/p5-LWP-Online \
|
|
|
|
p5-YAML-Tiny>=1.41:textproc/p5-YAML-Tiny
|
2011-08-24 09:20:34 +02:00
|
|
|
|
2015-08-15 14:10:06 +02:00
|
|
|
NO_ARCH= yes
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
2015-04-11 10:28:39 +02:00
|
|
|
USE_PERL5= modbuild
|
2011-08-24 09:20:34 +02:00
|
|
|
|
2012-12-17 16:39:36 +01:00
|
|
|
.include <bsd.port.mk>
|