mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
24 lines
420 B
Makefile
24 lines
420 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ex_doc
|
|
PORTVERSION= 0.13.0
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= textproc
|
|
PKGNAMEPREFIX= elixir-
|
|
|
|
MAINTAINER= olgeni@FreeBSD.org
|
|
COMMENT= Tool to generate documentation for Elixir projects
|
|
|
|
LICENSE= APACHE20 MIT
|
|
LICENSE_COMB= multi
|
|
|
|
USES= elixir
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= elixir-lang
|
|
|
|
MIX_BUILD_DEPS= textproc/elixir-earmark
|
|
MIX_RUN_DEPS:= ${MIX_BUILD_DEPS}
|
|
MIX_REWRITE= yes
|
|
|
|
.include <bsd.port.mk>
|