Tweak security/sshblock version 1.0_1
[dports.git] / security / hs-crypto-pubkey / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       crypto-pubkey
4 PORTVERSION=    0.2.4
5 PORTREVISION=   1
6 CATEGORIES=     security haskell
7
8 MAINTAINER=     haskell@FreeBSD.org
9 COMMENT=        Public Key cryptography
10
11 LICENSE=        BSD3CLAUSE
12
13 USE_CABAL=      byteable crypto-numbers>=0.2.2 crypto-pubkey-types>=0.4.1 \
14                 crypto-random>=0.0 cryptohash>=0.9.1
15
16 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
17 .include <bsd.port.mk>