21 lines
445 B
Makefile
21 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>
|