diff options
Diffstat (limited to 'devel/hs-DeepArrow/Makefile')
-rw-r--r-- | devel/hs-DeepArrow/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/devel/hs-DeepArrow/Makefile b/devel/hs-DeepArrow/Makefile index 329b9373d13c..8440fe507d51 100644 --- a/devel/hs-DeepArrow/Makefile +++ b/devel/hs-DeepArrow/Makefile @@ -1,21 +1,17 @@ -# New ports collection makefile for: hs-DeepArrow -# Date created: December 20 2009 -# Whom: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com> -# +# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com> # $FreeBSD$ -# PORTNAME= DeepArrow -PORTVERSION= 0.3.5 -PORTREVISION= 2 +PORTVERSION= 0.3.7 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Arrows for "deep application" LICENSE= BSD +FILE_LICENSE= COPYING -USE_CABAL= haskell-src mtl TypeCompose>=0.6.7 +USE_CABAL= haskell-src mtl TypeCompose>=0.9.5 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |