diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-12-20 02:23:04 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-12-20 02:23:04 +0000 |
commit | f6f83c9efc2c46d2970746758e2c682bb8a518ec (patch) | |
tree | 290f2ea61305744bf0f477895c56b92acaeb361f /devel/hs-hinotify/Makefile | |
parent | af071cfdc1f8578bd1523b823e683074a3139a34 (diff) | |
download | ports-f6f83c9efc2c46d2970746758e2c682bb8a518ec.tar.gz ports-f6f83c9efc2c46d2970746758e2c682bb8a518ec.zip |
Notes
Diffstat (limited to 'devel/hs-hinotify/Makefile')
-rw-r--r-- | devel/hs-hinotify/Makefile | 15 |
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> |