1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00

Use actual port name as PORTNAME, and set ELIXIR_APP_NAME.

Obtained from:	misc/elixir-uuid
This commit is contained in:
Vanilla I. Shu 2015-07-08 11:36:34 +00:00
parent d407841e65
commit 99fcf8cc21
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=391561

View File

@ -1,9 +1,8 @@
# $FreeBSD$
PORTNAME= bson
PORTNAME= elixir-bson
PORTVERSION= 0.4.3
CATEGORIES= devel
PKGNAMEPREFIX= elixir-
MAINTAINER= vanilla@FreeBSD.org
COMMENT= BSON implementation in Elixir
@ -13,6 +12,7 @@ LICENSE= MIT
USES= elixir
USE_GITHUB= yes
GH_ACCOUNT= checkiz
GH_PROJECT= elixir-${PORTNAME}
ELIXIR_APP_NAME=bson
.include <bsd.port.mk>