mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
55deb88353
While there, fix build with DOCS=off. Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D20464
17 lines
334 B
Makefile
17 lines
334 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= semigroups
|
|
PORTVERSION= 0.18.4
|
|
PORTREVISION= 4
|
|
CATEGORIES= math haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Anything that associates
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USE_CABAL= hashable>=1.1 transformers-compat>=0.3 unordered-containers>=0.2
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|