diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2015-07-03 13:59:45 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2015-07-03 13:59:45 +0000 |
commit | 708b7d3bf92dfceedff71e4dcd581a3f182ea4eb (patch) | |
tree | dfb76b0071a760024c9beafea8e79bfca55d0cd1 /textproc/elixir-ex_doc | |
parent | e2de40bbc7014dd32d2941415559dcba791766f7 (diff) | |
download | ports-708b7d3bf92dfceedff71e4dcd581a3f182ea4eb.tar.gz ports-708b7d3bf92dfceedff71e4dcd581a3f182ea4eb.zip |
Notes
Diffstat (limited to 'textproc/elixir-ex_doc')
-rw-r--r-- | textproc/elixir-ex_doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/elixir-ex_doc/Makefile b/textproc/elixir-ex_doc/Makefile index c8468e967d2d..8033eb2e5bb2 100644 --- a/textproc/elixir-ex_doc/Makefile +++ b/textproc/elixir-ex_doc/Makefile @@ -12,11 +12,11 @@ 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} -.include "${.CURDIR}/../../lang/elixir/bsd.elixir.mk" .include <bsd.port.mk> |