diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2004-03-07 10:14:14 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2004-03-07 10:14:14 +0000 |
commit | 8bd4125549ae0516bf20f441c9f5120f2cf6fa52 (patch) | |
tree | 9eef8b27921773ab98865406bf01a6fd41d21d3b /devel/hs-alex | |
parent | 895175fe582e0a371aaf65ddfab7c7e6c1a0688f (diff) | |
download | ports-8bd4125549ae0516bf20f441c9f5120f2cf6fa52.tar.gz ports-8bd4125549ae0516bf20f441c9f5120f2cf6fa52.zip |
Notes
Diffstat (limited to 'devel/hs-alex')
-rw-r--r-- | devel/hs-alex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/hs-alex/Makefile b/devel/hs-alex/Makefile index 9853e22f895e..3cf2471e5d57 100644 --- a/devel/hs-alex/Makefile +++ b/devel/hs-alex/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.haskell.org/alex/dist/ PKGNAMEPREFIX= hs- DISTNAME= ${PORTNAME}-${PORTVERSION}-src -MAINTAINER= stolz@i2.informatik.rwth-aachen.de +MAINTAINER= haskell@FreeBSD.org COMMENT= Alex is a tool for generating lexical analysers in Haskell BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc |