freebsd-ports/security/hs-gnutls/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

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>