mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
22 lines
323 B
Makefile
22 lines
323 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= make
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.4.1
|
|
CATEGORIES= devel
|
|
PKGNAMEPREFIX= elixir-
|
|
|
|
MAINTAINER= erlang@FreeBSD.org
|
|
COMMENT= Make compiler for Mix
|
|
|
|
LICENSE= APACHE20
|
|
|
|
USES= elixir
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= elixir-lang
|
|
GH_PROJECT= elixir_make
|
|
|
|
ELIXIR_APP_NAME=elixir_make
|
|
|
|
.include <bsd.port.mk>
|