diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-06-05 02:11:42 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-06-05 02:11:42 +0800 |
commit | fed42837fbd9a4d91403804bbc22d9d472582fad (patch) | |
tree | 13ccf5307385b56973bff89ce4676dd7974f115f /net-im | |
parent | b64b617ef008d63989188c8d65d344086d0b7fbf (diff) | |
download | freebsd-ports-gnome-fed42837fbd9a4d91403804bbc22d9d472582fad.tar.gz freebsd-ports-gnome-fed42837fbd9a4d91403804bbc22d9d472582fad.tar.zst freebsd-ports-gnome-fed42837fbd9a4d91403804bbc22d9d472582fad.zip |
Fix MASTER_SITES to make it fetchable
- Add LICENSE
- Fix and update WWW
Diffstat (limited to 'net-im')
-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 |