freebsd-ports/devel/leiningen/pkg-message
Rui Paulo 2a2c1062e0 Update leiningen to 2.3.4 and add a pkg-message explaining how to
install the exec plugin.

This update brings an important bug fix: now packages are downloaded
via HTTPS.

Reviewed by:	swills
Approved by:	swills
2014-08-19 01:50:21 +00:00

6 lines
164 B
Text

If you want to use the ``lein exec'' command to run Clojure scripts,
please add the following to ~/.lein/profiles.clj:
{ :user
{ :plugins [[lein-exec "0.3.4"]]}