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

PORTNAME=   gnutls
PORTVERSION=    0.2
PORTREVISION=   1
CATEGORIES= security haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Bindings for GNU libgnutls

LICENSE=    GPLv3

USE_CABAL=  monads-tf>=0.1.0

USES=       pkgconfig
LIB_DEPENDS=    libgnutls.so:security/gnutls

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