aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-bifunctors/Makefile
blob: 2730176b02e7abb4f073eb1b4d72220af933621d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $FreeBSD$

PORTNAME=	bifunctors
PORTVERSION=	5.4.2
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Bifunctors

LICENSE=	BSD3CLAUSE

USE_CABAL=	base-orphans comonad semigroups>=0.8.3.1 tagged>=0.7.3

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