blob: c7a2901a63ab36be3dd2381ffe726868fd3d4b66 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# 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
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>
|