forked from Lainports/opnsense-ports
17 lines
362 B
Makefile
17 lines
362 B
Makefile
# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= hslogger
|
|
PORTVERSION= 1.2.10
|
|
PORTREVISION= 3
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Versatile logging framework
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USE_CABAL= mtl network old-locale
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|