mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
17 lines
244 B
Makefile
17 lines
244 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= erlang-katana
|
|
PORTVERSION= 0.4.0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= erlang@FreeBSD.org
|
|
COMMENT= Erlang grab bag of useful functions
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= erlang:rebar
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= inaka
|
|
|
|
.include <bsd.port.mk>
|