1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
# $FreeBSD$ PORTNAME= failure PORTVERSION= 0.2.0.1 PORTREVISION= 8 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org COMMENT= 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>