1 2 3 4 5 6 7 8 9 10 11 12 13 14
# $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>