mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
9dff352320
for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw)
34 lines
857 B
Makefile
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>
|