diff options
Diffstat (limited to 'math/hs-comonad/Makefile')
-rw-r--r-- | math/hs-comonad/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/math/hs-comonad/Makefile b/math/hs-comonad/Makefile index ed7d226b69aa..992378a57508 100644 --- a/math/hs-comonad/Makefile +++ b/math/hs-comonad/Makefile @@ -1,21 +1,15 @@ -# New ports collection makefile for: hs-comonad -# Date created: July 16, 2011 -# Whom: haskell@FreeBSD.org -# # $FreeBSD$ -# PORTNAME= comonad -PORTVERSION= 1.1.1.6 -PORTREVISION= 1 +PORTVERSION= 3.0.0.2 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org -COMMENT= Haskell 98 comonads +COMMENT= Haskell 98 compatible comonads LICENSE= BSD -USE_CABAL= semigroups>=0.8.3.1 transformers>=0.2 +USE_CABAL= semigroups>=0.8.3 transformers>=0.2 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |