diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-07-31 15:13:21 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-07-31 15:13:21 +0000 |
commit | d0d3b5f32da350afa416cffb6940e8cd36010c2e (patch) | |
tree | a2505b846bbe36cc589d2d92fef0ea266232fa76 /net | |
parent | bef8f3af7c74f1bbc8c79f4bd249c43b73c82bdf (diff) | |
download | ports-d0d3b5f32da350afa416cffb6940e8cd36010c2e.tar.gz ports-d0d3b5f32da350afa416cffb6940e8cd36010c2e.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-Cassandra/Makefile | 11 | ||||
-rw-r--r-- | net/p5-Net-Cassandra/pkg-descr | 7 | ||||
-rw-r--r-- | net/p5-Net-Cassandra/pkg-plist | 2 |
3 files changed, 11 insertions, 9 deletions
diff --git a/net/p5-Net-Cassandra/Makefile b/net/p5-Net-Cassandra/Makefile index 2df1e1ae2a60..f2c10d5ffe7a 100644 --- a/net/p5-Net-Cassandra/Makefile +++ b/net/p5-Net-Cassandra/Makefile @@ -5,16 +5,19 @@ PORTNAME= Net-Cassandra PORTVERSION= 0.35 CATEGORIES= net perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= Net PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Interface to Cassandra -RUN_DEPENDS= p5-Moose>0:${PORTSDIR}/devel/p5-Moose \ - p5-MooseX-StrictConstructor>0:${PORTSDIR}/devel/p5-MooseX-StrictConstructor +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ + p5-MooseX-StrictConstructor>=0:${PORTSDIR}/devel/p5-MooseX-StrictConstructor +RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 USE_PERL5= configure +USES= perl5 .include <bsd.port.mk> diff --git a/net/p5-Net-Cassandra/pkg-descr b/net/p5-Net-Cassandra/pkg-descr index ce500b695fee..b7827bb4c185 100644 --- a/net/p5-Net-Cassandra/pkg-descr +++ b/net/p5-Net-Cassandra/pkg-descr @@ -1,6 +1,5 @@ -This module provides an interface the to Cassandra distributed -database. It uses the Thrift interface. This is changing rapidly and -supports the development version of Cassandra built from Subversion -trunk. +This module provides an interface the to Cassandra distributed database. It uses +the Thrift interface. This is changing rapidly and supports the development +version of Cassandra built from Subversion trunk. WWW: http://search.cpan.org/dist/Net-Cassandra/ diff --git a/net/p5-Net-Cassandra/pkg-plist b/net/p5-Net-Cassandra/pkg-plist index fad73e00cb71..cb51066198b5 100644 --- a/net/p5-Net-Cassandra/pkg-plist +++ b/net/p5-Net-Cassandra/pkg-plist @@ -1,4 +1,3 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Cassandra/.packlist %%SITE_PERL%%/Net/Cassandra.pm %%SITE_PERL%%/Net/Cassandra/Backend/Cassandra.pm %%SITE_PERL%%/Net/Cassandra/Backend/Constants.pm @@ -13,6 +12,7 @@ %%SITE_PERL%%/Net/Cassandra/Backend/Thrift/Socket.pm %%SITE_PERL%%/Net/Cassandra/Backend/Thrift/Transport.pm %%SITE_PERL%%/Net/Cassandra/Backend/Types.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Cassandra/.packlist %%PERL5_MAN3%%/Net::Cassandra.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Cassandra @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net |