mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 17:36:28 -04:00
while here take maintainership PR: 277412 Approved by: maintainer (timeout), bapt (implicit)
18 lines
377 B
Makefile
18 lines
377 B
Makefile
PORTNAME= num2words
|
|
PORTVERSION= 0.5.13
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= jonaspalm@posteo.de
|
|
COMMENT= Library to convert numbers to words in multiple languages
|
|
WWW= https://github.com/savoirfairelinux/num2words
|
|
|
|
LICENSE= LGPL21
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|