freebsd-ports/www/hs-happstack/Makefile
Gabor Pali 1f9e0d5c5c - Update to 7.0.0
Obtained from:	FreeBSD Haskell
2012-06-03 22:39:16 +00:00

23 lines
477 B
Makefile

# 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>