mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 23:20:30 -04:00
21 lines
323 B
Makefile
21 lines
323 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= make
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.4.0
|
|
CATEGORIES= devel
|
|
PKGNAMEPREFIX= elixir-
|
|
|
|
MAINTAINER= olgeni@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>
|