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

PORTNAME=	gsasl
PORTVERSION=	0.3.5
PORTREVISION=	1
CATEGORIES=	net haskell

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

LICENSE=	GPLv3

USES=		pkgconfig
LIB_DEPENDS=	libgsasl.so:${PORTSDIR}/security/gsasl

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