aboutsummaryrefslogtreecommitdiffstats
path: root/www/hs-shakespeare-i18n/Makefile
blob: f8d235e62ef49f17d69c59942c2375af70fea33c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for: hs-shakespeare-i18n
# Date created:        December 31, 2011
# Whom:                haskell@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=   shakespeare-i18n
PORTVERSION=    1.0.0.2
PORTREVISION=   1
CATEGORIES= www haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    A type-based approach to internationalization

LICENSE=    MIT

USE_CABAL=  parsec shakespeare>=1.0 text>=0.7

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