Move 'elirix-' to PKGNAMEPREFIX to make portlint happy.
This commit is contained in:
parent
24e2752adc
commit
55ebba7bbd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=398401
1 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue