blob: ae92a198a811c69ea39f563e34171e38ba5e44c9 (
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
|
# New ports collection makefile for: hs-happstack
# Date created: December 2, 2011
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= happstack
PORTVERSION= 7.0.0
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= The haskell application server stack + code generation
LICENSE= BSD
FILE_LICENSE= COPYING
CABAL_SETUP= Setup.hs
USE_CABAL= happstack-server>=7.0
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
|