8d6597e0bb
With hat: portmgr Sponsored by: Absolight
41 lines
1.1 KiB
Makefile
41 lines
1.1 KiB
Makefile
# 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>
|