Tue Oct 4 11:58:59 2022 UTC ()
rebar21: Improve DESCR.


(jperkin)
diff -r1.1 -r1.2 pkgsrc/devel/rebar21/DESCR

cvs diff -r1.1 -r1.2 pkgsrc/devel/rebar21/DESCR (expand / switch to unified diff)

--- pkgsrc/devel/rebar21/DESCR 2021/01/27 16:16:44 1.1
+++ pkgsrc/devel/rebar21/DESCR 2022/10/04 11:58:59 1.2
@@ -1,8 +1,9 @@ @@ -1,8 +1,9 @@
1rebar is a self-contained Erlang script, so it's easy to distribute or even 1rebar is a self-contained Erlang script, so it's easy to distribute or even
2embed directly in a project. Where possible, rebar uses standard Erlang/OTP 2embed directly in a project. Where possible, rebar uses standard Erlang/OTP
3conventions for project structures, thus minimizing the amount of build 3conventions for project structures, thus minimizing the amount of build
4configuration work. rebar also provides dependency management, enabling 4configuration work. rebar also provides dependency management, enabling
5application writers to easily re-use common libraries from a variety of 5application writers to easily re-use common libraries from a variety of
6locations (git, hg, etc). 6locations (git, hg, etc).
7 7
8This version is specifically for erlang20. 8This version is specifically for erlang21, for packages that do not yet
 9support the newer versions that devel/rebar is built against.