Changeset View
Changeset View
Standalone View
Standalone View
devel/hs-safe-exceptions/Makefile
| # $FreeBSD$ | # $FreeBSD$ | ||||
| PORTNAME= safe-exceptions | PORTNAME= safe-exceptions | ||||
| PORTVERSION= 0.1.6.0 | PORTVERSION= 0.1.7.0 | ||||
| PORTREVISION= 1 | |||||
| CATEGORIES= devel haskell | CATEGORIES= devel haskell | ||||
| MAINTAINER= haskell@FreeBSD.org | MAINTAINER= haskell@FreeBSD.org | ||||
| COMMENT= The safe-exceptions package | COMMENT= The safe-exceptions package | ||||
| LICENSE= BSD3CLAUSE | LICENSE= BSD3CLAUSE | ||||
| USE_CABAL= exceptions | USE_CABAL= exceptions | ||||
| .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||