Tweak security/sshblock version 1.0_1
[dports.git] / security / hs-digest / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       digest
4 PORTVERSION=    0.0.1.2
5 PORTREVISION=   8
6 CATEGORIES=     security haskell
7
8 MAINTAINER=     haskell@FreeBSD.org
9 COMMENT=        Various cryptographic hashes for Bytestrings
10
11 LICENSE=        BSD3CLAUSE
12
13 USE_CABAL=      zlib
14
15 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
16 .include <bsd.port.mk>