mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
db8a630740
- Remove some cruft Obtained from: FreeBSD Haskell
25 lines
493 B
Makefile
25 lines
493 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
|
|
PORTREVISION= 1
|
|
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>
|