db8a630740
- Remove some cruft Obtained from: FreeBSD Haskell
21 lines
472 B
Makefile
21 lines
472 B
Makefile
# New ports collection makefile for: hs-DeepArrow
|
|
# Date created: December 20 2009
|
|
# Whom: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= DeepArrow
|
|
PORTVERSION= 0.3.5
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Arrows for "deep application"
|
|
|
|
LICENSE= BSD
|
|
|
|
USE_CABAL= haskell-src mtl TypeCompose>=0.6.7
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|