diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/hs-cpphs/Makefile | 3 | ||||
-rw-r--r-- | devel/hs-cpphs/distinfo | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/devel/hs-cpphs/Makefile b/devel/hs-cpphs/Makefile index e5b80a0df2d0..f253b1af1377 100644 --- a/devel/hs-cpphs/Makefile +++ b/devel/hs-cpphs/Makefile @@ -6,7 +6,7 @@ # PORTNAME= cpphs -PORTVERSION= 0.8 +PORTVERSION= 0.9 CATEGORIES= devel haskell MASTER_SITES= http://www.cs.york.ac.uk/fp/cpphs/ PKGNAMEPREFIX= hs- @@ -15,6 +15,7 @@ MAINTAINER= haskell@FreeBSD.org COMMENT= A simplified re-implementation of cpp in Haskell BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc +LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 PLIST_FILES= bin/cpphs diff --git a/devel/hs-cpphs/distinfo b/devel/hs-cpphs/distinfo index c68e2372585e..d3cece211a87 100644 --- a/devel/hs-cpphs/distinfo +++ b/devel/hs-cpphs/distinfo @@ -1,2 +1,2 @@ -MD5 (cpphs-0.8.tar.gz) = 1b46d5b80159df20668f6bff4e6c1796 -SIZE (cpphs-0.8.tar.gz) = 40759 +MD5 (cpphs-0.9.tar.gz) = d40cb6dda342ba66d8ee61f3e6fe09a0 +SIZE (cpphs-0.9.tar.gz) = 40972 |