ports/devel/elixir-red_black_tree/Makefile
Jimmy Olgeni 77fb131e97 Mark devel/elixir-red_black_tree and devel/elixir-sorted_set as IGNOREd
because they do not build with Elixir 1.3.
2016-07-11 10:47:50 +00:00

22 lines
355 B
Makefile

# $FreeBSD$
PORTNAME= red_black_tree
PORTVERSION= 1.2.0
DISTVERSIONPREFIX= v
CATEGORIES= devel
PKGNAMEPREFIX= elixir-
MAINTAINER= olgeni@FreeBSD.org
COMMENT= Red-black tree implementation for Elixir
LICENSE= MIT
IGNORE= does not build with Elixir 1.3
USES= elixir
USE_GITHUB= yes
GH_ACCOUNT= SenecaSystems
MIX_REWRITE= yes
.include <bsd.port.mk>