blob: 60a573789ff4adb0194682dcde411542f189f16d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Created by: Jonas Palm <jonaspalm@posteo.de>
PORTNAME= num2words
PORTVERSION= 0.5.9
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= jonaspalm@posteo.de
COMMENT= Library to convert numbers to words in multiple languages
LICENSE= LGPL21
USES= python:3.6+
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
|