forked from Lainports/opnsense-ports
17 lines
343 B
Makefile
17 lines
343 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= cipher-aes128
|
|
PORTVERSION= 0.7.0.1
|
|
CATEGORIES= security haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= AES and common modes using AES-NI when available
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USE_CABAL= cereal crypto-api>=0.13 tagged
|
|
|
|
FLAGS_DISABLE= test halvm
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|