Move 'erlang-' to PKGNAMEPREFIX.
This commit is contained in:
parent
fe168320ed
commit
24e2752adc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=398400
1 changed files with 5 additions and 2 deletions
|
@ -1,8 +1,9 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= erlang-jose
|
||||
PORTNAME= jose
|
||||
PORTVERSION= 1.3.0
|
||||
CATEGORIES= security
|
||||
PKGNAMEPREFIX= erlang-
|
||||
|
||||
MAINTAINER= vanilla@FreeBSD.org
|
||||
COMMENT= JSON Object Signing and Encryption (JOSE) for Erlang
|
||||
|
@ -12,8 +13,10 @@ LICENSE= MPL
|
|||
USES= erlang:rebar
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= potatosalad
|
||||
GH_PROJECT= erlang-jose
|
||||
ERL_APP_NAME= erlang-jose
|
||||
|
||||
ERL_BUILD_DEPS= converters/erlang-base64url
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
ERL_RUN_DEPS:= ${ERL_BUILD_DEPS}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue