mirror of
https://git.freebsd.org/ports.git
synced 2025-06-16 10:10:31 -04:00
18 lines
280 B
Makefile
18 lines
280 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= csv
|
|
PORTVERSION= 1.4.4
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= devel
|
|
PKGNAMEPREFIX= elixir-
|
|
|
|
MAINTAINER= olgeni@FreeBSD.org
|
|
COMMENT= CSV decoding and encoding for Elixir
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= elixir
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= beatrichartz
|
|
|
|
.include <bsd.port.mk>
|