diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-09-01 16:52:32 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-09-01 16:52:32 +0000 |
commit | 22ddb32050cb44511020063f1a90a9deec67e85c (patch) | |
tree | 664b2eace6d074d5efd1a76a927debe9cd6d5e56 /net-im/p5-Net-Stomp | |
parent | 8a3f44aff18acf69d011e009d099862174c1f0d7 (diff) | |
download | ports-22ddb32050cb44511020063f1a90a9deec67e85c.tar.gz ports-22ddb32050cb44511020063f1a90a9deec67e85c.zip |
Notes
Diffstat (limited to 'net-im/p5-Net-Stomp')
-rw-r--r-- | net-im/p5-Net-Stomp/Makefile | 8 | ||||
-rw-r--r-- | net-im/p5-Net-Stomp/distinfo | 4 | ||||
-rw-r--r-- | net-im/p5-Net-Stomp/pkg-plist | 3 |
3 files changed, 9 insertions, 6 deletions
diff --git a/net-im/p5-Net-Stomp/Makefile b/net-im/p5-Net-Stomp/Makefile index aa82755a266f..056524059a6a 100644 --- a/net-im/p5-Net-Stomp/Makefile +++ b/net-im/p5-Net-Stomp/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Net-Stomp -PORTVERSION= 0.41 +PORTVERSION= 0.42 CATEGORIES= net-im perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,13 +14,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Streaming Text Orientated Messaging Protocol Client -LICENSE_COMB= dual LICENSE= ART20 GPLv1 +LICENSE_COMB= dual BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor -PERL_MODBUILD= yes +PERL_CONFIGURE= yes MAN3= Net::Stomp.3 Net::Stomp::Frame.3 diff --git a/net-im/p5-Net-Stomp/distinfo b/net-im/p5-Net-Stomp/distinfo index 547f40de7c2d..bfd18c09f686 100644 --- a/net-im/p5-Net-Stomp/distinfo +++ b/net-im/p5-Net-Stomp/distinfo @@ -1,2 +1,2 @@ -SHA256 (Net-Stomp-0.41.tar.gz) = b1f0b0623d70be3fbb8f4278fd69fc3a848b0057fe2b0afd60e6f41fe90fef61 -SIZE (Net-Stomp-0.41.tar.gz) = 13597 +SHA256 (Net-Stomp-0.42.tar.gz) = 29d867039fc7ebe7e93c751611c191262968cf1e5c86ccdf6fefdb933d4ad569 +SIZE (Net-Stomp-0.42.tar.gz) = 11505 diff --git a/net-im/p5-Net-Stomp/pkg-plist b/net-im/p5-Net-Stomp/pkg-plist index 021417a791d1..4fc3526c5d4e 100644 --- a/net-im/p5-Net-Stomp/pkg-plist +++ b/net-im/p5-Net-Stomp/pkg-plist @@ -1,4 +1,7 @@ %%SITE_PERL%%/Net/Stomp.pm %%SITE_PERL%%/Net/Stomp/Frame.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Stomp/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Stomp +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net @dirrm %%SITE_PERL%%/Net/Stomp @dirrmtry %%SITE_PERL%%/Net |