aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2015-07-08 19:36:52 +0800
committervanilla <vanilla@FreeBSD.org>2015-07-08 19:36:52 +0800
commiteda82790b3ba6ada383735855020d0919732cc2d (patch)
tree8d2fb8d020f5f02176e702860def36f55368c385 /databases
parent66e520f9b56b063c51eb482e2b8734440fe31d3d (diff)
downloadfreebsd-ports-gnome-eda82790b3ba6ada383735855020d0919732cc2d.tar.gz
freebsd-ports-gnome-eda82790b3ba6ada383735855020d0919732cc2d.tar.zst
freebsd-ports-gnome-eda82790b3ba6ada383735855020d0919732cc2d.zip
Use actual port name as PORTNAME, and set ELIXIR_APP_NAME.
Obtained from: misc/elixir-uuid
Diffstat (limited to 'databases')
-rw-r--r--databases/elixir-mongo/Makefile6
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}