mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
183650f6df
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>
|