# $Id: Portfile 74791 2011-01-02 20:29:06Z toby@macports.org $

PortSystem 1.0

name             byacc
version          20101229
categories       devel
maintainers      toby
description      Berkeley Yacc
long_description \
	Berkeley Yacc (byacc) is generally conceded to \
	be the best yacc variant available. In contrast \
	to bison, it is written to avoid dependencies \
	upon a particular compiler.
homepage         http://invisible-island.net/byacc/
platforms        darwin

master_sites     ftp://invisible-island.net/byacc/
extract.suffix   .tgz

checksums        md5 e359702cda080c15f656a244aab132e5 \
                 sha1 9097eddd2290809efce14e6344ca27ff48f57599 \
                 rmd160 6e6197dbaa9919c2c3a2e5b72df15c480c7c56b4

configure.args   --mandir=${prefix}/share/man \
                 --program-prefix=b

livecheck.type   regex
livecheck.url    ftp://invisible-island.net/byacc/
livecheck.regex  > byacc-(\[0-9\]+)
