mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
35 lines
1.0 KiB
Tcl
35 lines
1.0 KiB
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-unidic-lite
|
|
version 1.0.8
|
|
revision 0
|
|
|
|
categories-append textproc
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
license MIT
|
|
maintainers nomaintainer
|
|
|
|
description A small version of UniDic packaged for Python
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/polm/unidic-lite
|
|
|
|
checksums rmd160 610fe06df72eba76347d40cc06ea2810042c45af \
|
|
sha256 db9d4572d9fdd4d00a97949d4b0741ec480ee05a7e7e2e32f547500dae27b245 \
|
|
size 47356746
|
|
|
|
python.versions 310 311
|
|
|
|
if {${name} ne ${subport}} {
|
|
post-destroot {
|
|
set docdir ${prefix}/share/doc/${subport}
|
|
xinstall -d ${destroot}${docdir}
|
|
xinstall -m 0644 -W ${worksrcpath} LICENSE README.md \
|
|
${destroot}${docdir}
|
|
}
|
|
}
|