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

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

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

LICENSE=	BSD

USE_CABAL=	mtl>=1.1
USE_C2HS=	yes

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