20 lines
314 B
Makefile
20 lines
314 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
|
|
|
|
USES= elixir
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= SenecaSystems
|
|
|
|
MIX_REWRITE= yes
|
|
|
|
.include <bsd.port.mk>
|