freebsd-ports/www/hs-shakespeare-i18n/Makefile

21 lines
445 B
Makefile
Raw Normal View History

# 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>