diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2015-07-08 11:36:52 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2015-07-08 11:36:52 +0000 |
commit | 3df4f13fa148625b0b48f12f046f60cf79321881 (patch) | |
tree | 8d2fb8d020f5f02176e702860def36f55368c385 | |
parent | 99fcf8cc21d60d997e69bbf39fd15d0babed3507 (diff) | |
download | freebsd-ports-3df4f13fa148625b0b48f12f046f60cf79321881.zip |
Use actual port name as PORTNAME, and set ELIXIR_APP_NAME.
Obtained from: misc/elixir-uuid
-rw-r--r-- | databases/elixir-mongo/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/elixir-mongo/Makefile b/databases/elixir-mongo/Makefile index 3dafb1ab54f7..e75da547f144 100644 --- a/databases/elixir-mongo/Makefile +++ b/databases/elixir-mongo/Makefile @@ -1,9 +1,8 @@ # $FreeBSD$ -PORTNAME= mongo +PORTNAME= elixir-mongo PORTVERSION= 0.5.1 CATEGORIES= databases -PKGNAMEPREFIX= elixir- MAINTAINER= vanilla@FreeBSD.org COMMENT= Database driver for MongoDB written in Elixir @@ -13,7 +12,8 @@ LICENSE= MIT USES= elixir USE_GITHUB= yes GH_ACCOUNT= checkiz -GH_PROJECT= elixir-${PORTNAME} + +ELIXIR_APP_NAME=mongo MIX_BUILD_DEPS= devel/elixir-bson MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} |