freebsd-ports/math/hs-comonad/Makefile
Gabor Pali 7755357c37 - Update to 1.1.1.6
Obtained from:	FreeBSD Haskell
2012-06-03 22:11:16 +00:00

20 lines
409 B
Makefile

# New ports collection makefile for: hs-comonad
# Date created: July 16, 2011
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= comonad
PORTVERSION= 1.1.1.6
CATEGORIES= math haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Haskell 98 comonads
LICENSE= BSD
USE_CABAL= semigroups>=0.8.3.1 transformers>=0.2
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>