8d6597e0bb
With hat: portmgr Sponsored by: Absolight
16 lines
288 B
Makefile
16 lines
288 B
Makefile
# $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>
|