9ebc731ebd
translated content. It has a simple syntax for translators, while allowing the ful power of Haskell for applying complex grammar rules. WWW: http://www.yesodweb.com/book/i18n Obtained from: FreeBSD Haskell
20 lines
445 B
Makefile
20 lines
445 B
Makefile
# New ports collection makefile for: hs-shakespeare-i18n
|
|
# Date created: December 31, 2011
|
|
# Whom: haskell@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= shakespeare-i18n
|
|
PORTVERSION= 0.0.0
|
|
CATEGORIES= www haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= A type-based approach to internationalization
|
|
|
|
LICENSE= BSD
|
|
|
|
USE_CABAL= parsec shakespeare text>=0.7
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|