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

PORTNAME=   pureMD5
PORTVERSION=    2.1.2.1
PORTREVISION=   5
CATEGORIES= security haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Haskell-only implementation of MD5 digest (hash) yalgorithm

LICENSE=    BSD

USE_CABAL=  cereal>=0.2 crypto-api tagged

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