freebsd-ports/math/hs-semigroups/Makefile

16 lines
266 B
Makefile

# $FreeBSD$
PORTNAME= semigroups
PORTVERSION= 0.9.1
CATEGORIES= math haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Haskell 98 semigroups
LICENSE= BSD
USE_CABAL= nats>=0.1
NO_STAGE= yes
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>