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

PORTNAME=   groupoids
PORTVERSION=    3.0.1.1
PORTREVISION=   4
CATEGORIES= math haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Haskell 98 Groupoids

LICENSE=    BSD

USE_CABAL=  semigroupoids>=3

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