Prune devel/py-EnthoughtBase
[dports.git] / devel / hs-securemem / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       securemem
4 PORTVERSION=    0.1.9
5 CATEGORIES=     devel haskell
6
7 MAINTAINER=     haskell@FreeBSD.org
8 COMMENT=        Abstraction to an auto scrubbing and const time eq, memory chunk
9
10 LICENSE=        BSD3CLAUSE
11
12 USE_CABAL=      byteable>=0.1.1 memory>=0.7
13
14 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
15 .include <bsd.port.mk>