- Update to 0.9: Handle ghc-6.4 correctly
- Add LIB_DEPENDS on gmp.6
This commit is contained in:
parent
31e5f22cd0
commit
54e93d96c5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=131504
2 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue