summaryrefslogtreecommitdiffstats
path: root/devel/hs-kqueue/Makefile
blob: 0fa79c1acdebc3d1430aa47a2fbb2daedb3b6a26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $FreeBSD$

PORTNAME=	kqueue
PORTVERSION=	0.1.2.4
PORTREVISION=	1
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	A binding to the kqueue event library

LICENSE=	BSD

CABAL_SETUP=	Setup.hs

USE_CABAL=	mtl>=1.1
USE_C2HS=	yes

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
OpenPOWER on IntegriCloud