freebsd-ports/math/hs-semigroupoids/Makefile

18 lines
374 B
Makefile

# $FreeBSD$
PORTNAME= semigroupoids
PORTVERSION= 3.0.2
PORTREVISION= 2
CATEGORIES= math haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Haskell 98 semigroupoids: Category sans id
LICENSE= BSD
USE_CABAL= comonad>=3.0 contravariant>=0.2.0.1 semigroups>=0.8.3.1 \
transformers>=0.2
NO_STAGE= yes
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>