Changeset View
Changeset View
Standalone View
Standalone View
head/devel/hs-async/Makefile
| # $FreeBSD$ | # $FreeBSD$ | ||||
| PORTNAME= async | PORTNAME= async | ||||
| PORTVERSION= 2.2.1 | PORTVERSION= 2.2.1 | ||||
| PORTREVISION= 2 | PORTREVISION= 4 | ||||
| CATEGORIES= devel haskell | CATEGORIES= devel haskell | ||||
| MAINTAINER= haskell@FreeBSD.org | MAINTAINER= haskell@FreeBSD.org | ||||
| COMMENT= Run IO operations asynchronously and wait for their results | COMMENT= Run IO operations asynchronously and wait for their results | ||||
| LICENSE= BSD3CLAUSE | LICENSE= BSD3CLAUSE | ||||
| USE_CABAL= hashable | USE_CABAL= hashable | ||||
| .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||