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 /www/elixir-phoenix_html | |
parent | e2de40bbc7014dd32d2941415559dcba791766f7 (diff) | |
download | ports-708b7d3bf92dfceedff71e4dcd581a3f182ea4eb.tar.gz ports-708b7d3bf92dfceedff71e4dcd581a3f182ea4eb.zip |
Notes
Diffstat (limited to 'www/elixir-phoenix_html')
-rw-r--r-- | www/elixir-phoenix_html/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/elixir-phoenix_html/Makefile b/www/elixir-phoenix_html/Makefile index f8fe34d94ae5..fa0fa93c7595 100644 --- a/www/elixir-phoenix_html/Makefile +++ b/www/elixir-phoenix_html/Makefile @@ -11,11 +11,11 @@ COMMENT= Functions for working with HTML from Phoenix LICENSE= MIT +USES= elixir USE_GITHUB= yes GH_ACCOUNT= phoenixframework MIX_BUILD_DEPS= devel/elixir-plug MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} -.include "${.CURDIR}/../../lang/elixir/bsd.elixir.mk" .include <bsd.port.mk> |