opnsense-ports/math/hs-semigroups/Makefile
Franco Fichtner 380121386c */*: sync with upstream
Taken from: FreeBSD
2015-08-21 10:51:02 +02:00

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>