1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/devel/hs-fast-logger/Makefile

18 lines
317 B
Makefile

# $FreeBSD$
PORTNAME= fast-logger
PORTVERSION= 0.3.1
PORTREVISION= 3
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Fast logging system
LICENSE= BSD
USE_CABAL= blaze-builder date-cache>=0.3 text unix-time
NO_STAGE= yes
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>