Changeset View
Changeset View
Standalone View
Standalone View
devel/hs-bifunctors/Makefile
| # $FreeBSD$ | # $FreeBSD$ | ||||
| PORTNAME= bifunctors | PORTNAME= bifunctors | ||||
| PORTVERSION= 5.4.2 | PORTVERSION= 5.5.2 | ||||
| PORTREVISION= 1 | |||||
| CATEGORIES= devel haskell | CATEGORIES= devel haskell | ||||
| MAINTAINER= haskell@FreeBSD.org | MAINTAINER= haskell@FreeBSD.org | ||||
| COMMENT= Bifunctors | COMMENT= Bifunctors | ||||
| LICENSE= BSD3CLAUSE | LICENSE= BSD3CLAUSE | ||||
| USE_CABAL= base-orphans comonad semigroups>=0.8.3.1 tagged>=0.7.3 | USE_CABAL= base-orphans comonad semigroups>=0.8.3.1 tagged>=0.7.3 \ | ||||
| th-abstraction | |||||
| .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||