aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2015-10-02 10:40:31 +0800
committervanilla <vanilla@FreeBSD.org>2015-10-02 10:40:31 +0800
commite607cc9696724947fbe6522788fa48cdeed8cf1a (patch)
treefc80817df8058bd0c2f6bcbfeb8d771733458491 /security
parent2456a817787415ec3532ca0a9910521f4340ab3d (diff)
downloadfreebsd-ports-gnome-e607cc9696724947fbe6522788fa48cdeed8cf1a.tar.gz
freebsd-ports-gnome-e607cc9696724947fbe6522788fa48cdeed8cf1a.tar.zst
freebsd-ports-gnome-e607cc9696724947fbe6522788fa48cdeed8cf1a.zip
Move 'elirix-' to PKGNAMEPREFIX to make portlint happy.
Diffstat (limited to 'security')
-rw-r--r--security/elixir-jose/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/security/elixir-jose/Makefile b/security/elixir-jose/Makefile
index 18e03dd5b8da..4163ddd0f373 100644
--- a/security/elixir-jose/Makefile
+++ b/security/elixir-jose/Makefile
@@ -1,20 +1,19 @@
# $FreeBSD$
-PORTNAME= elixir-jose
+PORTNAME= jose
PORTVERSION= 1.3.0
CATEGORIES= security
-DISTNAME= ${GH_ACCOUNT}-erlang-jose-${PORTVERSION}
+PKGNAMEPREFIX= elixir-
MAINTAINER= vanilla@FreeBSD.org
COMMENT= JSON Object Signing and Encryption (JOSE) for Elixir
LICENSE= MPL
-WRKSRC= ${WRKDIR}/erlang-jose-${PORTVERSION}
-ELIXIR_APP_NAME=jose
USES= elixir
USE_GITHUB= yes
GH_ACCOUNT= potatosalad
+GH_PROJECT= erlang-jose
MIX_BUILD_DEPS= converters/erlang-base64url \
security/erlang-jose