aboutsummaryrefslogblamecommitdiff
path: root/www/hs-shakespeare/Makefile
blob: d57440b09f801254f03ab793f60ea6d9fcc19776 (plain) (tree)
1
2
3
4
5
6
7
8
9
           

                           
                       
                 


                                   
                                                                      
 
                   
 

                                                                    


                                                 
# $FreeBSD$

PORTNAME=	shakespeare
PORTVERSION=	2.0.1.1
PORTREVISION=	1
CATEGORIES=	www haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Toolkit for making compile-time interpolated templates

LICENSE=	MIT

USE_CABAL=	aeson blaze-html blaze-markup exceptions parsec>=2 \
		system-fileio>=0.3 system-filepath>=0.4 text>=0.7

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>