freebsd-ports/devel/hs-failure/Makefile

21 lines
406 B
Makefile
Raw Normal View History

# New ports collection makefile for: hs-failure
# Date created: December 25, 2011
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= failure
PORTVERSION= 0.1.2
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= A simple type class for success/failure computations
LICENSE= BSD
USE_CABAL= transformers>=0.2
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>