Tweak textproc/fixrtf version 0.1.20060303_3
[dports.git] / security / hs-cryptohash / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       cryptohash
4 PORTVERSION=    0.11.6
5 PORTREVISION=   1
6 CATEGORIES=     security haskell
7
8 MAINTAINER=     haskell@FreeBSD.org
9 COMMENT=        Collection of crypto hashes, fast, pure, and practical
10
11 LICENSE=        BSD3CLAUSE
12
13 USE_CABAL=      byteable
14
15 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
16 .include <bsd.port.mk>