aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-06-30 22:13:30 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-06-30 22:13:30 +0000
commitdbb6a8189c23cb11fb02ef05ef3874c57327ab75 (patch)
treeecca7c54b7cd9a838b76dd2956ec0f2a83fa5521 /databases
parentbaf5d1616c4cf1779464599b18a5ffa39e4839f3 (diff)
downloadports-dbb6a8189c23cb11fb02ef05ef3874c57327ab75.tar.gz
ports-dbb6a8189c23cb11fb02ef05ef3874c57327ab75.zip
Remove Perl core modules
- While I'm here: - Add LICENSE_FILE - Add NO_ARCH - Fix *_DEPENDS: use TEST_DEPENDS for test-only dependencies - Bump PORTREVISION for dependency change With hat: perl
Notes
Notes: svn path=/head/; revision=444788
Diffstat (limited to 'databases')
-rw-r--r--databases/p5-Protocol-CassandraCQL/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/databases/p5-Protocol-CassandraCQL/Makefile b/databases/p5-Protocol-CassandraCQL/Makefile
index 0260d1a5f3fc..3f31394da4b9 100644
--- a/databases/p5-Protocol-CassandraCQL/Makefile
+++ b/databases/p5-Protocol-CassandraCQL/Makefile
@@ -3,7 +3,7 @@
PORTNAME= Protocol-CassandraCQL
PORTVERSION= 0.11
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= databases perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:PEVANS
@@ -14,13 +14,14 @@ COMMENT= Wire protocol support functions for Cassandra CQL3
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
+LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= p5-Compress-Snappy>0:archivers/p5-Compress-Snappy \
- p5-IO-Socket-IP>0:net/p5-IO-Socket-IP \
- p5-Test-Fatal>0:devel/p5-Test-Fatal \
- p5-Test-HexString>0:devel/p5-Test-HexString
+BUILD_DEPENDS= p5-Compress-Snappy>0:archivers/p5-Compress-Snappy
RUN_DEPENDS:= ${BUILD_DEPENDS}
+TEST_DEPENDS= p5-Test-Fatal>0:devel/p5-Test-Fatal \
+ p5-Test-HexString>0:devel/p5-Test-HexString
+NO_ARCH= yes
USES= perl5
USE_PERL5= modbuild