mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
dd5236b577
Obtained from: FreeBSD Haskell
26 lines
619 B
Makefile
26 lines
619 B
Makefile
# New ports collection makefile for: hs-heist
|
|
# Date created: September 20, 2010
|
|
# Whom: haskell@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= heist
|
|
PORTVERSION= 0.8.0
|
|
CATEGORIES= www haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= An (x)html templating system
|
|
|
|
LICENSE= BSD
|
|
|
|
CABAL_SETUP= Setup.hs
|
|
|
|
USE_CABAL= aeson>=0.6 attoparsec>=0.10 blaze-builder>=0.2 \
|
|
blaze-html>=0.4 directory-tree MonadCatchIO-transformers>=0.2.1 \
|
|
mtl>=2.0 random text>=0.10 transformers \
|
|
unordered-containers>=0.1.4 vector>=0.9 xmlhtml>=0.1.6
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|