blob: 751b70b35d72dfc3822d6c4c552ffc20e7fcbb05 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
# Created by: gebhart@secnetix.de
# $FreeBSD$
PORTNAME= Kafka
PORTVERSION= 0.8010
PORTREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:SGLADKOV
PKGNAMEPREFIX= p5-
MAINTAINER= gebhart@secnetix.de
COMMENT= Apache Kafka interface for Perl
LICENSE= ART10
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 \
p5-Exception-Class>=0:devel/p5-Exception-Class \
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}
USES= perl5
USE_PERL5= configure
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 502000
BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.38:lang/p5-Scalar-List-Utils
RUN_DEPENDS+= p5-Scalar-List-Utils>=1.38:lang/p5-Scalar-List-Utils
.endif
.include <bsd.port.post.mk>
|