diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-06-05 02:10:38 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-06-05 02:10:38 +0800 |
commit | 1812a54b45dbab01f4e3e57d4cad3a5a8880de2b (patch) | |
tree | 3f8889ddb9caae207ff3c858f08354fdb185b64b | |
parent | 30a5c9c7f0bab6d9d784673393a8618d58490b58 (diff) | |
download | freebsd-ports-gnome-1812a54b45dbab01f4e3e57d4cad3a5a8880de2b.tar.gz freebsd-ports-gnome-1812a54b45dbab01f4e3e57d4cad3a5a8880de2b.tar.zst freebsd-ports-gnome-1812a54b45dbab01f4e3e57d4cad3a5a8880de2b.zip |
Add LICENSE
- Use USES=shebangfix
- Fix and update WWW
-rw-r--r-- | net/p5-Net-Cassandra-Easy/Makefile | 7 | ||||
-rw-r--r-- | net/p5-Net-Cassandra-Easy/pkg-descr | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/net/p5-Net-Cassandra-Easy/Makefile b/net/p5-Net-Cassandra-Easy/Makefile index fb7b4a21899c..77e7859d8f7a 100644 --- a/net/p5-Net-Cassandra-Easy/Makefile +++ b/net/p5-Net-Cassandra-Easy/Makefile @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perlish interface to the Cassandra database +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor \ p5-Bit-Vector>=0:math/p5-Bit-Vector \ p5-Hash-Merge>=0:textproc/p5-Hash-Merge \ @@ -19,11 +22,9 @@ BUILD_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor \ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 shebangfix -SHEBANG_FILES= cassidy.pl genthrift.pl USE_PERL5= configure NO_ARCH= yes -post-patch: - ${REINPLACE_CMD} -i '' -e '1s|#!perl|#!${perl_CMD}|' ${WRKSRC}/lib/Net/Cassandra/Easy.pm +SHEBANG_FILES= cassidy.pl genthrift.pl lib/Net/Cassandra/Easy.pm .include <bsd.port.mk> diff --git a/net/p5-Net-Cassandra-Easy/pkg-descr b/net/p5-Net-Cassandra-Easy/pkg-descr index f482fda395e1..85198e47a6e3 100644 --- a/net/p5-Net-Cassandra-Easy/pkg-descr +++ b/net/p5-Net-Cassandra-Easy/pkg-descr @@ -1,4 +1,4 @@ aims to simplify the basic interactions with the Cassandra database. -WWW: http://search.cpan.org/dist/Net-Cassandra-Easy/ +WWW: https://metacpan.org/release/TEODOR/Net-Cassandra-Easy-0.15 |