blob: ce0a2e1425e4147d8739bdc74a17d63c635c4c23 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# New ports collection makefile for: hs-happstack-server
# Date created: December 2, 2011
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= happstack-server
PORTVERSION= 6.2.5
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Web-related tools and services
LICENSE= BSD
FILE_LICENSE= COPYING
CABAL_SETUP= Setup.hs
USE_CABAL= blaze-html>=0.3 happstack-data>=6.0 happstack-util>=6.0 \
hslogger>=1.0.2 html MaybeT mtl>=1.1 network>=2.2.3 parsec \
sendfile>=0.7.1 text>=0.10 utf8-string>=0.3.4 xhtml zlib
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
|