mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
17 lines
253 B
Makefile
17 lines
253 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kafka_ex
|
|
PORTVERSION= 0.2.0
|
|
CATEGORIES= net
|
|
PKGNAMEPREFIX= elixir-
|
|
|
|
MAINTAINER= vanilla@FreeBSD.org
|
|
COMMENT= Apache Kafka client for Elixir
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= elixir
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= jacklund
|
|
|
|
.include <bsd.port.mk>
|