Files
2021-03-13 21:22:56 -05:00

32 lines
902 B
Tcl

# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
PortGroup python 1.0
name py-antlr4-python3-runtime
version 4.8
revision 0
categories-append lang
platforms darwin
license BSD
maintainers nomaintainer
description ANTLR4 runtime for Python 3
long_description ${description}
homepage https://www.antlr.org
checksums rmd160 f12fd8bf482d1d45ec47e40ea809084314696c01 \
sha256 15793f5d0512a372b4e7d2284058ad32ce7dd27126b105fb0b2245130445db33 \
size 112404
python.versions 36 37 38 39
if {${name} ne ${subport}} {
depends_build-append \
port:py${python.version}-setuptools
livecheck.type none
}