mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
cb41fc6623
Sponsored by: Absolight
34 lines
860 B
Makefile
34 lines
860 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= 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
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
NO_ARCH= yes
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|