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

PORTNAME=	semigroupoid-extras
PORTVERSION=	3.0.1
PORTREVISION=	6
CATEGORIES=	math haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Semigroupoids requiring Haskell extensions

LICENSE=	BSD

USE_CABAL=	comonad>=3 distributive>=0.2.2 groupoids>=3 semigroupoids>=3

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