freebsd-ports/net/hs-gsasl/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

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>