c5e6a39b93
* Deriving instances for your datatypes. * Producing default values of Haskell datatypes. * Normalizing values of Haskell datatypes. * Marshalling Haskell values to and from XML. * Marshalling Haskell values to and from HTML forms. WWW: http://happstack.com/ Obtained from: FreeBSD Haskell
23 lines
521 B
Makefile
23 lines
521 B
Makefile
# New ports collection makefile for: hs-happstack-data
|
|
# Date created: December 2, 2011
|
|
# Whom: haskell@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= happstack-data
|
|
PORTVERSION= 6.0.0
|
|
CATEGORIES= www haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Happstack data manipulation libraries
|
|
|
|
LICENSE= BSD
|
|
FILE_LICENSE= COPYING
|
|
|
|
CABAL_SETUP= Setup.hs
|
|
USE_CABAL= binary mtl>=1.1 syb-with-class syb-with-class-instances-text syb \
|
|
text
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|