pkgsrc-wip/hslogger/Makefile
PHO / phonohawk 6cbd7b8c5d Import hslogger-1.0.5 as wip/hslogger.
hslogger is a logging framework for Haskell, roughly similar to
Python's logging module.

hslogger lets each log message have a priority and source be
associated with it. The programmer can then define global handlers
that route or filter messages based on the priority and
source. hslogger also has a syslog handler built in.
2008-07-20 07:57:59 +00:00

15 lines
422 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/07/20 07:57:59 phonohawk Exp $
#
DISTNAME= hslogger-1.0.5
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_HASKELL_HACKAGE:=hslogger/1.0.5/}
MAINTAINER= pho@cielonegro.org
HOMEPAGE= http://software.complete.org/hslogger
COMMENT= Logging framework for Haskell
USE_LANGUAGES= # none
.include "../../wip/mk/haskell.mk" # This should be "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"