19 lines
328 B
Makefile
19 lines
328 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= comeonin
|
|
PORTVERSION= 1.2.2
|
|
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
|
|
|
|
.include <bsd.port.mk>
|