Changeset View
Changeset View
Standalone View
Standalone View
head/devel/hs-EdisonAPI/Makefile
# $FreeBSD$ | # $FreeBSD$ | ||||
PORTNAME= EdisonAPI | PORTNAME= EdisonAPI | ||||
PORTVERSION= 1.3.1 | PORTVERSION= 1.3.1 | ||||
PORTREVISION= 3 | PORTREVISION= 4 | ||||
CATEGORIES= devel haskell | CATEGORIES= devel haskell | ||||
MAINTAINER= haskell@FreeBSD.org | MAINTAINER= haskell@FreeBSD.org | ||||
COMMENT= A library of efficient, purely-functional data structures (API) | COMMENT= A library of efficient, purely-functional data structures (API) | ||||
LICENSE= MIT | LICENSE= MIT | ||||
USE_CABAL= mtl | USE_CABAL= mtl | ||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | ||||
.include <bsd.port.mk> | .include <bsd.port.mk> |