diff options
Diffstat (limited to 'devel/hs-EdisonAPI/Makefile')
-rw-r--r-- | devel/hs-EdisonAPI/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/hs-EdisonAPI/Makefile b/devel/hs-EdisonAPI/Makefile new file mode 100644 index 000000000000..c17c2f457a0a --- /dev/null +++ b/devel/hs-EdisonAPI/Makefile @@ -0,0 +1,15 @@ +# $FreeBSD$ + +PORTNAME= EdisonAPI +PORTVERSION= 1.3.1 +CATEGORIES= devel haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= A library of efficient, purely-functional data structures (API) + +LICENSE= MIT + +USE_CABAL= mtl + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> |