forked from Lainports/opnsense-ports
14 lines
313 B
Makefile
14 lines
313 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ed25519
|
|
PORTVERSION= 0.0.5.0
|
|
PORTREVISION= 3
|
|
CATEGORIES= security haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= A simple, fast, self-contained copy of the Ed25519 public-key signature system
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|