diff options
Diffstat (limited to 'devel/hs-hslogger/Makefile')
-rw-r--r-- | devel/hs-hslogger/Makefile | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/devel/hs-hslogger/Makefile b/devel/hs-hslogger/Makefile index 3253132c0924..9f744b66622a 100644 --- a/devel/hs-hslogger/Makefile +++ b/devel/hs-hslogger/Makefile @@ -6,25 +6,17 @@ # PORTNAME= hslogger -PORTVERSION= 1.1.0 +PORTVERSION= 1.1.4 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Versatile logging framework for Haskell -CABAL_SETUP= Setup.hs +LICENSE= LGPL21 +FILE_LICENSE= COPYRIGHT -post-patch: -# -# Work around features unsupported by current Haddock. This shall be -# removed on update. -# - @${REINPLACE_CMD} 's|-- ^|--|' \ - ${WRKSRC}/src/System/Log.hs \ - ${WRKSRC}/src/System/Log/Logger.hs \ - ${WRKSRC}/src/System/Log/Formatter.hs \ - ${WRKSRC}/src/System/Log/Handler/Growl.hs \ - ${WRKSRC}/src/System/Log/Handler/Syslog.hs +CABAL_SETUP= Setup.hs +USE_CABAL= mtl network .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |