diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2009-03-06 19:48:54 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2009-03-06 19:48:54 +0000 |
commit | fc0301ad17e386cfc5f89c9b8e98bc5b648c26e9 (patch) | |
tree | 13461c8b74d6a1adb1b548e5dcf4f0bd8c4c0b6a /devel/hs-c2hs/Makefile | |
parent | 54dcdde2eb305a44be7e5e41c0b0ba58bdd827d2 (diff) | |
download | ports-fc0301ad17e386cfc5f89c9b8e98bc5b648c26e9.tar.gz ports-fc0301ad17e386cfc5f89c9b8e98bc5b648c26e9.zip |
Notes
Diffstat (limited to 'devel/hs-c2hs/Makefile')
-rw-r--r-- | devel/hs-c2hs/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/devel/hs-c2hs/Makefile b/devel/hs-c2hs/Makefile index 4345d3e98d03..9d7b7e5a4ab8 100644 --- a/devel/hs-c2hs/Makefile +++ b/devel/hs-c2hs/Makefile @@ -6,18 +6,16 @@ # PORTNAME= c2hs -PORTVERSION= 0.15.1 -PORTREVISION= 1 +PORTVERSION= 0.16.0 CATEGORIES= devel haskell -MASTER_SITES= http://www.cse.unsw.edu.au/~chak/haskell/c2hs/ +MASTER_SITES= http://hackage.haskell.org/packages/archive/${PORTNAME}/${PORTVERSION}/ PKGNAMEPREFIX= hs- MAINTAINER= haskell@FreeBSD.org COMMENT= C->Haskell, an Interface Generator for Haskell BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc \ - happy:${PORTSDIR}/devel/hs-happy \ - alex:${PORTSDIR}/devel/hs-alex + hs-language-c-ghc>=0.3.1.1:${PORTSDIR}/devel/hs-language-c-ghc RUN_DEPENDS= ghc:${PORTSDIR}/lang/ghc LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 |