mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
19 lines
280 B
Makefile
19 lines
280 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= csv
|
|
PORTVERSION= 1.1.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>
|