1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/math/hs-comonad-transformers/Makefile
Gabor Pali 09f5a13b84 - Update to 2.1.2
- Use the new options framework

Obtained from:	FreeBSD Haskell
2012-08-03 03:03:55 +00:00

22 lines
520 B
Makefile

# New ports collection makefile for: hs-comonad-tranformers
# Date created: July 16, 2011
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= comonad-transformers
PORTVERSION= 2.1.2
CATEGORIES= math haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Comonad transformers
LICENSE= BSD
USE_CABAL= comonad>=1.1.1.5 contravariant>=0.2.0.1 distributive>=0.2.2 \
semigroupoids>=1.3.1.2 semigroups>=0.8.3.1 transformers>=0.2
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>