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

PORTNAME=   hinotify
PORTVERSION=    0.3.7
CATEGORIES= devel haskell

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

LICENSE=    BSD3CLAUSE

LIB_DEPENDS=    libinotify.so:${PORTSDIR}/devel/libinotify

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