diff options
Diffstat (limited to 'www/hs-shakespeare-i18n/Makefile')
-rw-r--r-- | www/hs-shakespeare-i18n/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/www/hs-shakespeare-i18n/Makefile b/www/hs-shakespeare-i18n/Makefile new file mode 100644 index 000000000000..a0e31191266f --- /dev/null +++ b/www/hs-shakespeare-i18n/Makefile @@ -0,0 +1,20 @@ +# 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> |