2013-08-21 19:42:57 +02:00
|
|
|
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
2011-08-22 18:24:00 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= SOAP-Transport-JABBER
|
|
|
|
PORTVERSION= 0.713
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2011-08-22 18:24:00 +02:00
|
|
|
CATEGORIES= net-im net perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
2013-08-21 19:17:25 +02:00
|
|
|
COMMENT= Jabber-based transport backend for SOAP::Lite
|
2011-08-22 18:24:00 +02:00
|
|
|
|
2014-11-24 19:30:51 +01:00
|
|
|
LICENSE= ART10
|
|
|
|
|
2018-10-06 15:06:42 +02:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
RUN_DEPENDS= p5-Net-Jabber>=0:net-im/p5-Net-Jabber \
|
2016-04-01 16:16:16 +02:00
|
|
|
p5-SOAP-Lite>=0.711:net/p5-SOAP-Lite
|
2011-08-22 18:24:00 +02:00
|
|
|
|
2015-09-20 22:15:45 +02:00
|
|
|
NO_ARCH= yes
|
2015-04-12 10:45:54 +02:00
|
|
|
USE_PERL5= modbuild
|
2013-08-21 16:08:06 +02:00
|
|
|
USES= perl5
|
2011-08-22 18:24:00 +02:00
|
|
|
|
2013-06-18 15:49:02 +02:00
|
|
|
.include <bsd.port.mk>
|