diff options
Diffstat (limited to 'devel/rebar3/Makefile')
-rw-r--r-- | devel/rebar3/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/rebar3/Makefile b/devel/rebar3/Makefile index 86c993c9d6b2..e51e408fd79c 100644 --- a/devel/rebar3/Makefile +++ b/devel/rebar3/Makefile @@ -1,5 +1,5 @@ PORTNAME= rebar3 -PORTVERSION= 3.23.0 +PORTVERSION= 3.25.1 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES+= https://repo.hex.pm/tarballs/:hex @@ -15,9 +15,6 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/erl:lang/erlang \ ${LOCALBASE}/bin/git:devel/git RUN_DEPENDS= ${LOCALBASE}/bin/erl:lang/erlang -OPTIONS_DEFINE= BASH ZSH EXAMPLES -OPTIONS_DEFAULT=BASH ZSH - USES= cpe CPE_VENDOR= erlang USE_GITHUB= yes @@ -28,6 +25,9 @@ PLIST_FILES= bin/${PORTNAME} \ share/man/man1/rebar3.1.gz PORTEXAMPLES= rebar.config.sample +OPTIONS_DEFINE= BASH EXAMPLES ZSH +OPTIONS_DEFAULT= BASH ZSH + BASH_PLIST_FILES= share/bash-completion/completions/rebar3 ZSH_PLIST_FILES= share/zsh/site-functions/_rebar3 |