blob: 8a8d8c5aff70b22f2a8fdce721310d9ad587f412 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# $FreeBSD$
PORTNAME= comeonin
PORTVERSION= 1.4
DISTVERSIONPREFIX= v
CATEGORIES= security
PKGNAMEPREFIX= elixir-
MAINTAINER= olgeni@FreeBSD.org
COMMENT= Password hashing library for Elixir
LICENSE= BSD3CLAUSE BSD4CLAUSE
LICENSE_COMB= multi
USES= elixir gmake
USE_GITHUB= yes
GH_ACCOUNT= elixircnx
MIX_BUILD_DEPS= devel/elixir-gettext
MIX_RUN_DEPS:= ${MIX_BUILD_DEPS}
post-build:
${STRIP_CMD} ${WRKSRC}/priv/bcrypt_nif.so
.include <bsd.port.mk>
|