freebsd-ports/www/hs-shakespeare-i18n/Makefile
Gabor Pali 9ebc731ebd This package uses the same approach of type-safe URLs to create
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
2012-02-18 17:30:46 +00:00

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>