pkgsrc-wip/hs-hslogger-template/Makefile
PHO / phonohawk 5990b13787 Import hs-hslogger-template-1.0.0 as wip/hs-hslogger-template.
Library for generating hslogger functions using Template Haskell.
2010-02-16 10:19:39 +00:00

14 lines
384 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2010/02/16 10:19:39 phonohawk Exp $
#
DISTNAME= hslogger-template-1.0.0
CATEGORIES= devel
MAINTAINER= pho@cielonegro.org
COMMENT= Automatic generation of hslogger functions
LICENSE= public-domain
.include "../../wip/mk/haskell.mk"
.include "../../wip/hs-hslogger/buildlink3.mk"
.include "../../wip/hs-mtl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"