aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Kafka/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-04-11 00:48:08 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-04-11 00:48:08 +0000
commitab08e45fe757db7d9c5b1bc9450ed90aca953640 (patch)
tree623521d2dacb87f6bbbe6d78eae2370f38c2a8d7 /net/p5-Kafka/Makefile
parent6659f49b8625754b842fe5923648dc7dbddeaf4f (diff)
downloadports-ab08e45fe757db7d9c5b1bc9450ed90aca953640.tar.gz
ports-ab08e45fe757db7d9c5b1bc9450ed90aca953640.zip
Remove Perl core modules
- Fix LICENSE [1] - Add NO_ARCH - Bump PORTREVISION for dependency change Approved by: portmgr (blanket) With hat: perl
Notes
Notes: svn path=/head/; revision=438236
Diffstat (limited to 'net/p5-Kafka/Makefile')
-rw-r--r--net/p5-Kafka/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/net/p5-Kafka/Makefile b/net/p5-Kafka/Makefile
index 06959bab1b66..d6764b60bcce 100644
--- a/net/p5-Kafka/Makefile
+++ b/net/p5-Kafka/Makefile
@@ -3,7 +3,7 @@
PORTNAME= Kafka
PORTVERSION= 0.8010
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:SGLADKOV
@@ -12,12 +12,11 @@ PKGNAMEPREFIX= p5-
MAINTAINER= gebhart@secnetix.de
COMMENT= Apache Kafka interface for Perl
-LICENSE= ART10
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
BUILD_DEPENDS= p5-Compress-Snappy>=0:archivers/p5-Compress-Snappy \
- p5-Socket>=2:net/p5-Socket \
p5-Try-Tiny>=0:lang/p5-Try-Tiny \
- p5-Exporter>=0:devel/p5-Exporter \
p5-Const-Fast>=0:devel/p5-Const-Fast \
p5-Data-Compare>=0:devel/p5-Data-Compare \
p5-String-CRC32>=0:devel/p5-String-CRC32 \
@@ -25,9 +24,9 @@ BUILD_DEPENDS= p5-Compress-Snappy>=0:archivers/p5-Compress-Snappy \
p5-Sys-SigAction>=0:devel/p5-Sys-SigAction \
p5-Scalar-Util-Numeric>=0:devel/p5-Scalar-Util-Numeric \
p5-Data-HexDump-Range>=0:devel/p5-Data-HexDump-Range
-
RUN_DEPENDS:= ${BUILD_DEPENDS}
+NO_ARCH= yes
USES= perl5
USE_PERL5= configure