597afc47ba
With hat: portmgr Sponsored by: Absolight
19 lines
340 B
Makefile
19 lines
340 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= gnutls
|
|
PORTVERSION= 0.2
|
|
PORTREVISION= 1
|
|
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>
|