# $Id: Portfile 83188 2011-08-27 16:21:53Z jmr@macports.org $

PortSystem 1.0

name            oniguruma
replaced_by     oniguruma4
version         4.6.2
revision        1
maintainers     nomaintainer
categories      devel
platforms       darwin
homepage        http://www.geocities.jp/kosako3/oniguruma/

description     A regular expressions library.
long_description \
    Oniguruma is a regular expressions library in which \
    different character encoding can be specified for every expression. \
    Version 4.x supports Ruby1.9.

distfiles
archive_sites

pre-configure {
    return -code error "
            Please use either
                oniguruma4 (for ruby support)
            or
                oniguruma5 (for unicode support)
            "
}

livecheck.type none
