diff options
author | olgeni <olgeni@FreeBSD.org> | 2015-07-03 21:59:45 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2015-07-03 21:59:45 +0800 |
commit | 44890354e2e572dd9ffc8f7a41c7119c2b3bed57 (patch) | |
tree | dfb76b0071a760024c9beafea8e79bfca55d0cd1 /databases/elixir-postgrex | |
parent | 39b42d21122ca4b2336414a5494a3dfe595e5609 (diff) | |
download | freebsd-ports-gnome-44890354e2e572dd9ffc8f7a41c7119c2b3bed57.tar.gz freebsd-ports-gnome-44890354e2e572dd9ffc8f7a41c7119c2b3bed57.tar.zst freebsd-ports-gnome-44890354e2e572dd9ffc8f7a41c7119c2b3bed57.zip |
Add a new USES elixir.mk (from lang/elixir/bsd.elixir.mk) and
adjust all Elixir ports.
Diffstat (limited to 'databases/elixir-postgrex')
-rw-r--r-- | databases/elixir-postgrex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/elixir-postgrex/Makefile b/databases/elixir-postgrex/Makefile index 51d6e95fca9d..87a3b8ea4a52 100644 --- a/databases/elixir-postgrex/Makefile +++ b/databases/elixir-postgrex/Makefile @@ -11,6 +11,7 @@ COMMENT= Database driver for PostgreSQL written in Elixir LICENSE= APACHE20 +USES= elixir USE_GITHUB= yes GH_ACCOUNT= ericmj @@ -18,5 +19,4 @@ MIX_BUILD_NAME= shared MIX_BUILD_DEPS= devel/elixir-decimal MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} -.include "${.CURDIR}/../../lang/elixir/bsd.elixir.mk" .include <bsd.port.mk> |