blob: e53b7be2391ab688f03b6697a89f6f0fef88e83c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $FreeBSD$
PORTNAME= gsasl
PORTVERSION= 0.3.6
CATEGORIES= net haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Bindings for GNU libgsasl
LICENSE= GPLv3
USES= pkgconfig
LIB_DEPENDS= libgsasl.so:security/gsasl
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
|