1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/devel/elixir-bson/Makefile
Mathieu Arnold e1bfdfbe56 Add DOCS options to ports that should have one.
Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
2018-09-10 13:14:50 +00:00

23 lines
318 B
Makefile

# $FreeBSD$
PORTNAME= elixir-bson
PORTVERSION= 0.4.4
CATEGORIES= devel
MAINTAINER= vanilla@FreeBSD.org
COMMENT= BSON implementation in Elixir
LICENSE= MIT
IGNORE= does not build with Elixir 1.6
USES= elixir
USE_GITHUB= yes
GH_ACCOUNT= checkiz
ELIXIR_APP_NAME=bson
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>