1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/devel/hs-kqueue/Makefile

19 lines
308 B
Makefile

# $FreeBSD$
PORTNAME= kqueue
PORTVERSION= 0.1.2.4
PORTREVISION= 2
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>