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

PORTNAME=   contravariant
PORTVERSION=    0.2.0.2
PORTREVISION=   2
CATEGORIES= math haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Haskell 98 contravariant functors

LICENSE=    BSD

USE_CABAL=  transformers>=0.2.2

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