aboutsummaryrefslogtreecommitdiffstats
path: root/math/hs-contravariant/Makefile
blob: 6dc8659474c1cad0543641ffc631fc2613ad4abc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD$

PORTNAME=   contravariant
PORTVERSION=    1.4
PORTREVISION=   4
CATEGORIES= math haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Contravariant functors

LICENSE=    BSD3CLAUSE

USE_CABAL=  semigroups StateVar transformers-compat void

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>