Tweak math/qtiplot version 0.9.8.9_8
[dports.git] / math / hs-semigroups / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       semigroups
4 PORTVERSION=    0.15.2
5 PORTREVISION=   1
6 CATEGORIES=     math haskell
7
8 MAINTAINER=     haskell@FreeBSD.org
9 COMMENT=        Anything that associates
10
11 LICENSE=        BSD3CLAUSE
12
13 USE_CABAL=      hashable>=1.1 nats>=0.1 text>=0.10 unordered-containers>=0.2
14
15 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
16 .include <bsd.port.mk>