aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-06-30 22:13:25 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-06-30 22:13:25 +0000
commitbaf5d1616c4cf1779464599b18a5ffa39e4839f3 (patch)
treeca8174ee30f5d2c858acab9224f58353c9749c2e
parent777eab4f3fb88e62085a1b1e9742fdcc0ebbbfbb (diff)
downloadports-baf5d1616c4cf1779464599b18a5ffa39e4839f3.tar.gz
ports-baf5d1616c4cf1779464599b18a5ffa39e4839f3.zip
Notes
-rw-r--r--databases/p5-Net-Async-CassandraCQL/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/databases/p5-Net-Async-CassandraCQL/Makefile b/databases/p5-Net-Async-CassandraCQL/Makefile
index e17156dd0ff8..2985ba577d45 100644
--- a/databases/p5-Net-Async-CassandraCQL/Makefile
+++ b/databases/p5-Net-Async-CassandraCQL/Makefile
@@ -3,7 +3,7 @@
PORTNAME= Net-Async-CassandraCQL
PORTVERSION= 0.11
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -13,18 +13,19 @@ COMMENT= Use Cassandra databases with IO::Async using CQL
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
+LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= p5-Compress-Snappy>0:archivers/p5-Compress-Snappy \
p5-Devel-GlobalDestruction>=0:devel/p5-Devel-GlobalDestruction \
p5-Future>=0.17:devel/p5-Future \
p5-IO-Async>=0.59:devel/p5-IO-Async \
- p5-IO-Socket-IP>0:net/p5-IO-Socket-IP \
p5-Compress-LZ4>0:archivers/p5-Compress-LZ4 \
p5-Protocol-CassandraCQL>=0.11:databases/p5-Protocol-CassandraCQL
+RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Identity>0:devel/p5-Test-Identity \
p5-Test-Refcount>0:devel/p5-Test-Refcount
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+NO_ARCH= yes
USES= perl5
USE_PERL5= modbuild