mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Update to 0.8.1
- Add LICENSE - Add BUILD_DEPENDS - Sort PLIST - Reformat pkg-descr Changes: http://search.cpan.org/dist/Jabber-Lite/Changes
This commit is contained in:
parent
7c696160a4
commit
32e650c7b0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363541
@ -2,20 +2,25 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Jabber-Lite
|
||||
PORTVERSION= 0.8
|
||||
PORTVERSION= 0.8.1
|
||||
CATEGORIES= net-im perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= Jabber
|
||||
MASTER_SITE_SUBDIR= CPAN:BEECEE
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Standalone library for communicating with Jabber servers
|
||||
|
||||
RUN_DEPENDS= p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \
|
||||
p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL \
|
||||
p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL \
|
||||
p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \
|
||||
p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \
|
||||
p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
USES= perl5
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (Jabber-Lite-0.8.tar.gz) = 095cdd6b40b3fdc04841b3d265c24fc32fac2e8da1e6618e1c74931b9de44c45
|
||||
SIZE (Jabber-Lite-0.8.tar.gz) = 48732
|
||||
SHA256 (Jabber-Lite-0.8.1.tar.gz) = 1871cce002c242f50b72b10540ff675facf7b065fa08fba55c94ecabf6040e88
|
||||
SIZE (Jabber-Lite-0.8.1.tar.gz) = 49323
|
||||
|
@ -1,5 +1,5 @@
|
||||
Jabber::Lite is, as the name implies, a small 'lite' library for
|
||||
dealing with Jabber servers, implemented entirely in perl. Whilst it
|
||||
is small, it does try to be fairly complete for common tasks.
|
||||
Jabber::Lite is, as the name implies, a small 'lite' library for dealing with
|
||||
Jabber servers, implemented entirely in perl. Whilst it is small, it does try to
|
||||
be fairly complete for common tasks.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Jabber-Lite/
|
||||
|
@ -1,6 +1,6 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Jabber/Lite/.packlist
|
||||
%%SITE_PERL%%/Jabber/Lite.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Jabber/Lite/.packlist
|
||||
%%PERL5_MAN3%%/Jabber::Lite.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/Jabber
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Jabber/Lite
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Jabber/Lite
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Jabber
|
||||
@dirrmtry %%SITE_PERL%%/Jabber
|
||||
|
Loading…
Reference in New Issue
Block a user