diff options
-rw-r--r-- | net-im/p5-Jabber-Lite/Makefile | 17 | ||||
-rw-r--r-- | net-im/p5-Jabber-Lite/distinfo | 4 | ||||
-rw-r--r-- | net-im/p5-Jabber-Lite/pkg-descr | 6 | ||||
-rw-r--r-- | net-im/p5-Jabber-Lite/pkg-plist | 6 |
4 files changed, 19 insertions, 14 deletions
diff --git a/net-im/p5-Jabber-Lite/Makefile b/net-im/p5-Jabber-Lite/Makefile index 01922bc0c35c..2eea8a846757 100644 --- a/net-im/p5-Jabber-Lite/Makefile +++ b/net-im/p5-Jabber-Lite/Makefile @@ -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> diff --git a/net-im/p5-Jabber-Lite/distinfo b/net-im/p5-Jabber-Lite/distinfo index f8a78ce1e689..ee5c9090fc70 100644 --- a/net-im/p5-Jabber-Lite/distinfo +++ b/net-im/p5-Jabber-Lite/distinfo @@ -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 diff --git a/net-im/p5-Jabber-Lite/pkg-descr b/net-im/p5-Jabber-Lite/pkg-descr index 8a89d38935a8..23668bedc58a 100644 --- a/net-im/p5-Jabber-Lite/pkg-descr +++ b/net-im/p5-Jabber-Lite/pkg-descr @@ -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/ diff --git a/net-im/p5-Jabber-Lite/pkg-plist b/net-im/p5-Jabber-Lite/pkg-plist index ebd2a6afa2be..0d7812dbe4f4 100644 --- a/net-im/p5-Jabber-Lite/pkg-plist +++ b/net-im/p5-Jabber-Lite/pkg-plist @@ -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 |