1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
# $FreeBSD$ PORTNAME= crypto-conduit PORTVERSION= 0.5.5 PORTREVISION= 1 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Conduit interface for cryptographic operations (from crypto-api) LICENSE= BSD3CLAUSE USE_CABAL= cereal conduit conduit-extra crypto-api resourcet .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk>