freebsd-ports/net/p5-Kafka/Makefile
Dag-Erling Smørgrav 9dff352320 Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.

Approved by:	portmgr (adamw)
2018-10-06 13:06:42 +00:00

34 lines
857 B
Makefile

# Created by: gebhart@secnetix.de
# $FreeBSD$
PORTNAME= Kafka
PORTVERSION= 0.8010
PORTREVISION= 2
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 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Compress-Snappy>=0:archivers/p5-Compress-Snappy \
p5-Try-Tiny>=0:lang/p5-Try-Tiny \
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
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>