diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-12-20 02:23:04 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-12-20 02:23:04 +0000 |
commit | f6f83c9efc2c46d2970746758e2c682bb8a518ec (patch) | |
tree | 290f2ea61305744bf0f477895c56b92acaeb361f /devel/hs-uniplate/Makefile | |
parent | af071cfdc1f8578bd1523b823e683074a3139a34 (diff) | |
download | ports-f6f83c9efc2c46d2970746758e2c682bb8a518ec.tar.gz ports-f6f83c9efc2c46d2970746758e2c682bb8a518ec.zip |
Notes
Diffstat (limited to 'devel/hs-uniplate/Makefile')
-rw-r--r-- | devel/hs-uniplate/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/devel/hs-uniplate/Makefile b/devel/hs-uniplate/Makefile index 1dbffe6a303e..643499f63cb3 100644 --- a/devel/hs-uniplate/Makefile +++ b/devel/hs-uniplate/Makefile @@ -1,13 +1,8 @@ -# New ports collection makefile for: hs-uniplate -# Date created: December 20 2009 -# Whom: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com> -# +# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com> # $FreeBSD$ -# PORTNAME= uniplate -PORTVERSION= 1.6.7 -PORTREVISION= 1 +PORTVERSION= 1.6.10 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org @@ -17,7 +12,7 @@ LICENSE= BSD CABAL_SETUP= Setup.hs -USE_CABAL= hashable>=1.1.2.3 syb unordered-containers>=0.1 +USE_CABAL= hashable>=1.1.2.3 syb unordered-containers>=0.2.1 INSTALL_PORTDATA= ${INSTALL_DATA} ${WRKSRC}/uniplate.htm ${DATADIR} |