You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
228d7c5571
- drop py39, add py313 subport
29 lines
882 B
Tcl
29 lines
882 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-mecab
|
|
version 0.996.5
|
|
revision 0
|
|
|
|
categories-append textproc japanese
|
|
maintainers nomaintainer
|
|
license {GPL LGPL BSD}
|
|
|
|
description A Python module for MeCab
|
|
long_description {*}${description}
|
|
|
|
checksums rmd160 085dc6b17ffb2bf17f7a2a49b0a8145c1caf89d5 \
|
|
sha256 fdf37f85c337d908b4ddcf43b4eff5a3c354958ca9c22fca783d24de54cfeae7 \
|
|
size 64020
|
|
|
|
homepage https://github.com/ikegami-yukino/mecab/tree/master/mecab/python
|
|
|
|
python.versions 313
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
path:bin/mecab-config:mecab-utf8
|
|
}
|