Changeset View
Changeset View
Standalone View
Standalone View
devel/hs-profunctors/Makefile
| # $FreeBSD$ | # $FreeBSD$ | ||||
| PORTNAME= profunctors | PORTNAME= profunctors | ||||
| PORTVERSION= 5.2 | PORTVERSION= 5.2.2 | ||||
| PORTREVISION= 1 | |||||
| CATEGORIES= devel haskell | CATEGORIES= devel haskell | ||||
| MAINTAINER= haskell@FreeBSD.org | MAINTAINER= haskell@FreeBSD.org | ||||
| COMMENT= Profunctors | COMMENT= Profunctors | ||||
| LICENSE= BSD3CLAUSE | LICENSE= BSD3CLAUSE | ||||
| USE_CABAL= base-orphans bifunctors comonad contravariant \ | USE_CABAL= base-orphans bifunctors comonad contravariant \ | ||||
| distributive tagged | distributive tagged | ||||
| .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||