1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
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

7 lines
164 B
Plaintext

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"]]}