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

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

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

LICENSE=	BSD

USE_CABAL=	mtl>=1.1
USE_C2HS=	yes

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