diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-06-05 02:11:42 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-06-05 02:11:42 +0800 |
commit | e09f870dcee949e71d5a755c3276e14bc35bcb92 (patch) | |
tree | 13ccf5307385b56973bff89ce4676dd7974f115f /net-im/p5-Net-XMPP2 | |
parent | 75f52de7ee4cbf0acdb540f07931f85ca2c402d7 (diff) | |
download | freebsd-ports-gnome-e09f870dcee949e71d5a755c3276e14bc35bcb92.tar.gz freebsd-ports-gnome-e09f870dcee949e71d5a755c3276e14bc35bcb92.tar.zst freebsd-ports-gnome-e09f870dcee949e71d5a755c3276e14bc35bcb92.zip |
Fix MASTER_SITES to make it fetchable
- Add LICENSE
- Fix and update WWW
Diffstat (limited to 'net-im/p5-Net-XMPP2')
-rw-r--r-- | net-im/p5-Net-XMPP2/Makefile | 4 | ||||
-rw-r--r-- | net-im/p5-Net-XMPP2/pkg-descr | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/net-im/p5-Net-XMPP2/Makefile b/net-im/p5-Net-XMPP2/Makefile index 5f8421e38ba7..51e57dd42171 100644 --- a/net-im/p5-Net-XMPP2/Makefile +++ b/net-im/p5-Net-XMPP2/Makefile @@ -6,11 +6,15 @@ PORTVERSION= 0.14 PORTREVISION= 2 CATEGORIES= net-im perl5 MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:ELMEX PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Implementation of the XMPP Protocol +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + BUILD_DEPENDS= p5-AnyEvent>=0:devel/p5-AnyEvent \ p5-Authen-SASL>=0:security/p5-Authen-SASL \ p5-BS-Event>=0:devel/p5-BS-Event \ diff --git a/net-im/p5-Net-XMPP2/pkg-descr b/net-im/p5-Net-XMPP2/pkg-descr index 78e1b8252a97..3291b49d2d82 100644 --- a/net-im/p5-Net-XMPP2/pkg-descr +++ b/net-im/p5-Net-XMPP2/pkg-descr @@ -1,4 +1,4 @@ This is the head module of the Net::XMPP2 XMPP client protocol (as described in RFC 3920 and RFC 3921) framework. -WWW: http://search.cpan.org/dist/Net-XMPP2/ +WWW: https://metacpan.org/release/ELMEX/Net-XMPP2-0.14 |