mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 10:26:28 -04:00
20 lines
326 B
Makefile
20 lines
326 B
Makefile
PORTNAME= nimble_csv
|
|
PORTVERSION= 0.4.0
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= devel
|
|
PKGNAMEPREFIX= elixir-
|
|
|
|
MAINTAINER= erlang@FreeBSD.org
|
|
COMMENT= CSV parsing and dumping library for Elixir
|
|
|
|
LICENSE= APACHE20
|
|
|
|
USES= elixir
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= plataformatec
|
|
|
|
MIX_REWRITE= yes
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|