opnsense-ports/security/hs-gnutls/Makefile
Franco Fichtner d81000da0e */*: sync with upstream
Taken from: HardenedBSD
2018-07-01 12:11:24 +02:00

19 lines
340 B
Makefile

# $FreeBSD$
PORTNAME= gnutls
PORTVERSION= 0.2
PORTREVISION= 5
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>