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

PORTNAME=	semigroups
PORTVERSION=	0.15.2
PORTREVISION=	1
CATEGORIES=	math haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Anything that associates

LICENSE=	BSD3CLAUSE

USE_CABAL=	hashable>=1.1 nats>=0.1 text>=0.10 unordered-containers>=0.2

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