diff options
Diffstat (limited to 'www/hs-shakespeare-css/Makefile')
-rw-r--r-- | www/hs-shakespeare-css/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/www/hs-shakespeare-css/Makefile b/www/hs-shakespeare-css/Makefile index 5c454c635dd9..146828a4339e 100644 --- a/www/hs-shakespeare-css/Makefile +++ b/www/hs-shakespeare-css/Makefile @@ -1,13 +1,7 @@ -# New ports collection makefile for: hs-shakespeare-css -# Date created: December 26, 2011 -# Whom: haskell@FreeBSD.org -# # $FreeBSD$ -# PORTNAME= shakespeare-css -PORTVERSION= 1.0.1.2 -PORTREVISION= 1 +PORTVERSION= 1.0.2 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org @@ -15,7 +9,7 @@ COMMENT= Stick your Haskell variables into CSS at compile time LICENSE= MIT -USE_CABAL= parsec>=2 shakespeare>=1.0 text>=0.11.1.1 +USE_CABAL= parsec>=2 shakespeare>=1.0 text>=0.11.1.1 transformers .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |