1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/devel/elixir-csv/Makefile
2015-09-13 20:36:22 +00:00

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>