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

PORTNAME=   hlibev
PORTVERSION=    0.4.0
PORTREVISION=   8
CATEGORIES= devel haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    FFI interface to libev

LICENSE=    BSD

USE_CABAL=  network

LIB_DEPENDS=    ev:${PORTSDIR}/devel/libev

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