opnsense-ports/devel/hs-EdisonCore/Makefile

16 lines
339 B
Makefile

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