opnsense-ports/devel/hs-errors/Makefile
Franco Fichtner 380121386c */*: sync with upstream
Taken from: FreeBSD
2015-08-21 10:51:02 +02:00

15 lines
262 B
Makefile

# $FreeBSD$
PORTNAME= errors
PORTVERSION= 2.0.0
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Simplified error-handling
LICENSE= BSD3CLAUSE
USE_CABAL= safe>=0.3.3
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>