diff options
Diffstat (limited to 'devel/hs-green-card/Makefile')
-rw-r--r-- | devel/hs-green-card/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/hs-green-card/Makefile b/devel/hs-green-card/Makefile index b4c8cc769f66..b9b6c6642bc3 100644 --- a/devel/hs-green-card/Makefile +++ b/devel/hs-green-card/Makefile @@ -9,10 +9,11 @@ PORTNAME= green-card PORTVERSION= 2.05 CATEGORIES= devel haskell MASTER_SITES= http://www.galois.com/~sof/ -DISTNAME= gc-${PORTVERSION}-src PKGNAMEPREFIX= hs- +DISTNAME= gc-${PORTVERSION}-src MAINTAINER= obraun@FreeBSD.org +COMMENT= A foreign function interface preprocessor for Haskell BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc |