diff options
author | Bruce M Simpson <bms@FreeBSD.org> | 2005-12-12 21:53:40 +0000 |
---|---|---|
committer | Bruce M Simpson <bms@FreeBSD.org> | 2005-12-12 21:53:40 +0000 |
commit | 5879dd9aaa2ad4d7be7ccfc0226daab3053d5516 (patch) | |
tree | 3cdc323738e328d1378697fd3e0802584ddbcbcf /textproc/Ebnf2ps | |
parent | df1dfa0cd2288bfb83e5ada456ffdeff38bc8659 (diff) | |
download | ports-5879dd9aaa2ad4d7be7ccfc0226daab3053d5516.tar.gz ports-5879dd9aaa2ad4d7be7ccfc0226daab3053d5516.zip |
Notes
Diffstat (limited to 'textproc/Ebnf2ps')
-rw-r--r-- | textproc/Ebnf2ps/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/Ebnf2ps/Makefile b/textproc/Ebnf2ps/Makefile index f94bc4f95cf9..6da72ded7be7 100644 --- a/textproc/Ebnf2ps/Makefile +++ b/textproc/Ebnf2ps/Makefile @@ -12,7 +12,7 @@ CATEGORIES= textproc devel MASTER_SITES= http://www.informatik.uni-freiburg.de/~thiemann/haskell/ebnf2ps/ DISTNAME= ebnf2ps-${PORTVERSION} -MAINTAINER= bms@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Generate EPS/FIG diagrams from EBNF/yacc/bison grammars BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc |