aboutsummaryrefslogtreecommitdiffstats
path: root/security/hs-digest/Makefile
blob: 8466947963e9437e943e0a387ae556123b77ff69 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD$

PORTNAME=   digest
PORTVERSION=    0.0.1.2
PORTREVISION=   2
CATEGORIES= security haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Various cryptographic hashes for Bytestrings

LICENSE=    BSD

USE_CABAL=  zlib

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>