aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-07-28 03:26:18 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-07-28 03:26:18 +0800
commita93895331a5ffc32994e76d2232741a1b66be811 (patch)
tree1e814b5461ac4e90f0dafa7be5ded35d9ef3d4a6 /net-im
parent7b7eceae44651c2859afe6c82fac4f7b0dc6b980 (diff)
downloadfreebsd-ports-gnome-a93895331a5ffc32994e76d2232741a1b66be811.tar.gz
freebsd-ports-gnome-a93895331a5ffc32994e76d2232741a1b66be811.tar.zst
freebsd-ports-gnome-a93895331a5ffc32994e76d2232741a1b66be811.zip
- Add LICENSE
- Fix *_DEPENDS - Add NO_ARCH - Sort PLIST - Bump PORTREVISION for dependency change
Diffstat (limited to 'net-im')
-rw-r--r--net-im/p5-Net-Async-XMPP/Makefile20
-rw-r--r--net-im/p5-Net-Async-XMPP/pkg-plist8
2 files changed, 20 insertions, 8 deletions
diff --git a/net-im/p5-Net-Async-XMPP/Makefile b/net-im/p5-Net-Async-XMPP/Makefile
index 976bb84ad05e..f14ebcb15b9a 100644
--- a/net-im/p5-Net-Async-XMPP/Makefile
+++ b/net-im/p5-Net-Async-XMPP/Makefile
@@ -3,7 +3,7 @@
PORTNAME= Net-Async-XMPP
PORTVERSION= 0.003
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net-im perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:TEAM
@@ -12,10 +12,22 @@ 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
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+BUILD_DEPENDS= p5-Future>=0.29:${PORTSDIR}/devel/p5-Future \
+ p5-IO-Async-Resolver-DNS>=0.04:${PORTSDIR}/dns/p5-IO-Async-Resolver-DNS \
+ p5-IO-Async-SSL>=0.14:${PORTSDIR}/security/p5-IO-Async-SSL \
+ p5-IO-Async>=0.60:${PORTSDIR}/devel/p5-IO-Async \
+ p5-Mixin-Event-Dispatch>=1:${PORTSDIR}/devel/p5-Mixin-Event-Dispatch \
+ p5-Protocol-XMPP>=0.006:${PORTSDIR}/net-im/p5-Protocol-XMPP \
+ p5-Socket>=2:${PORTSDIR}/net/p5-Socket \
+ p5-curry>=0:${PORTSDIR}/devel/p5-curry
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+TEST_DEPENDS= p5-Test-CheckDeps>=0.010:${PORTSDIR}/devel/p5-Test-CheckDeps \
+ p5-Test-Fatal>=0.010:${PORTSDIR}/devel/p5-Test-Fatal
+
+NO_ARCH= yes
USES= perl5
USE_PERL5= configure
diff --git a/net-im/p5-Net-Async-XMPP/pkg-plist b/net-im/p5-Net-Async-XMPP/pkg-plist
index 11bbffa73298..58aac01ea3e4 100644
--- a/net-im/p5-Net-Async-XMPP/pkg-plist
+++ b/net-im/p5-Net-Async-XMPP/pkg-plist
@@ -1,10 +1,10 @@
-%%PERL5_MAN3%%/Net::Async::XMPP.3.gz
-%%PERL5_MAN3%%/Net::Async::XMPP::Client.3.gz
-%%PERL5_MAN3%%/Net::Async::XMPP::Protocol.3.gz
-%%PERL5_MAN3%%/Net::Async::XMPP::Server.3.gz
%%SITE_PERL%%/Net/Async/XMPP.pm
%%SITE_PERL%%/Net/Async/XMPP/Client.pm
%%SITE_PERL%%/Net/Async/XMPP/Client.pod
%%SITE_PERL%%/Net/Async/XMPP/Protocol.pm
%%SITE_PERL%%/Net/Async/XMPP/Protocol.pod
%%SITE_PERL%%/Net/Async/XMPP/Server.pm
+%%PERL5_MAN3%%/Net::Async::XMPP.3.gz
+%%PERL5_MAN3%%/Net::Async::XMPP::Client.3.gz
+%%PERL5_MAN3%%/Net::Async::XMPP::Protocol.3.gz
+%%PERL5_MAN3%%/Net::Async::XMPP::Server.3.gz