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

PORTNAME=	hinotify
PORTVERSION=	0.3.5
PORTREVISION=	5
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Haskell binding to inotify

LICENSE=	BSD

LIB_DEPENDS=	inotify.0:${PORTSDIR}/devel/libinotify

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