aboutsummaryrefslogtreecommitdiff
path: root/net-im/p5-Net-Async-XMPP
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-07-27 19:26:18 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-07-27 19:26:18 +0000
commit0142e71d559238af1d8c08535db48b970b77997d (patch)
tree1e814b5461ac4e90f0dafa7be5ded35d9ef3d4a6 /net-im/p5-Net-Async-XMPP
parent7df09b8e1349dba5426a5538dee3cbb5e1f50502 (diff)
downloadports-0142e71d559238af1d8c08535db48b970b77997d.tar.gz
ports-0142e71d559238af1d8c08535db48b970b77997d.zip
- Add LICENSE
- Fix *_DEPENDS - Add NO_ARCH - Sort PLIST - Bump PORTREVISION for dependency change
Notes
Notes: svn path=/head/; revision=393022
Diffstat (limited to 'net-im/p5-Net-Async-XMPP')
-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