aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-hinotify/Makefile
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2012-12-20 02:23:04 +0000
committerGabor Pali <pgj@FreeBSD.org>2012-12-20 02:23:04 +0000
commitf6f83c9efc2c46d2970746758e2c682bb8a518ec (patch)
tree290f2ea61305744bf0f477895c56b92acaeb361f /devel/hs-hinotify/Makefile
parentaf071cfdc1f8578bd1523b823e683074a3139a34 (diff)
downloadports-f6f83c9efc2c46d2970746758e2c682bb8a518ec.tar.gz
ports-f6f83c9efc2c46d2970746758e2c682bb8a518ec.zip
Notes
Diffstat (limited to 'devel/hs-hinotify/Makefile')
-rw-r--r--devel/hs-hinotify/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/hs-hinotify/Makefile b/devel/hs-hinotify/Makefile
new file mode 100644
index 000000000000..30e8c9bde366
--- /dev/null
+++ b/devel/hs-hinotify/Makefile
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+PORTNAME= hinotify
+PORTVERSION= 0.3.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>