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

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

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

LICENSE=    BSD

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

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