15 lines
306 B
Makefile
15 lines
306 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= semigroups
|
|
PORTVERSION= 0.16.2.2
|
|
CATEGORIES= math haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Anything that associates
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USE_CABAL= hashable>=1.1 text>=0.10 unordered-containers>=0.2
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|