Tweak security/integrit version 4.1
[dports.git] / security / hs-gnutls / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       gnutls
4 PORTVERSION=    0.1.5
5 CATEGORIES=     security haskell
6
7 MAINTAINER=     haskell@FreeBSD.org
8 COMMENT=        Bindings for GNU libgnutls
9
10 LICENSE=        GPLv3
11
12 USE_CABAL=      monads-tf>=0.1
13
14 USES=           pkgconfig
15 LIB_DEPENDS=    libgnutls.so:${PORTSDIR}/security/gnutls
16
17 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
18 .include <bsd.port.mk>