mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-07 11:49:40 +00:00
![Po-Chuan Hsieh](/assets/img/avatar_default.png)
Changes: https://github.com/ikegami-yukino/jaconv/releases https://github.com/ikegami-yukino/jaconv/blob/master/CHANGES.rst
21 lines
451 B
Makefile
21 lines
451 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
PORTNAME= jaconv
|
|
PORTVERSION= 0.3
|
|
CATEGORIES= japanese python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Japanese character interconverter for Hiragana, Katakana, Hankaku, Zenkaku and more
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|