diff options
Diffstat (limited to 'devel/hs-kqueue')
-rw-r--r-- | devel/hs-kqueue/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/hs-kqueue/Makefile b/devel/hs-kqueue/Makefile index 0fa79c1acdeb..7a1caf822d91 100644 --- a/devel/hs-kqueue/Makefile +++ b/devel/hs-kqueue/Makefile @@ -2,16 +2,14 @@ PORTNAME= kqueue PORTVERSION= 0.1.2.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org -COMMENT= A binding to the kqueue event library +COMMENT= Binding to the kqueue event library LICENSE= BSD -CABAL_SETUP= Setup.hs - USE_CABAL= mtl>=1.1 USE_C2HS= yes |