Changeset View
Changeset View
Standalone View
Standalone View
head/devel/hs-EdisonCore/Makefile
# $FreeBSD$ | # $FreeBSD$ | ||||
PORTNAME= EdisonCore | PORTNAME= EdisonCore | ||||
PORTVERSION= 1.3.2.1 | PORTVERSION= 1.3.2.1 | ||||
PORTREVISION= 1 | PORTREVISION= 2 | ||||
CATEGORIES= devel haskell | CATEGORIES= devel haskell | ||||
MAINTAINER= haskell@FreeBSD.org | MAINTAINER= haskell@FreeBSD.org | ||||
COMMENT= A library of efficent, purely-functional data structures (Core Implementations) | COMMENT= A library of efficent, purely-functional data structures (Core Implementations) | ||||
LICENSE= MIT | LICENSE= MIT | ||||
USE_CABAL= EdisonAPI mtl semigroups QuickCheck | USE_CABAL= EdisonAPI mtl semigroups QuickCheck | ||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | ||||
.include <bsd.port.mk> | .include <bsd.port.mk> |