Any missed ports, feel free to bump. Any ports that need setuptools at runtime can have the devel/py-setuptools manually added back to RUN_DEPENDS, but understand that this practice is deprecated; see CHANGES for details.
20 lines
393 B
Makefile
20 lines
393 B
Makefile
PORTNAME= num2words
|
|
PORTVERSION= 0.5.13
|
|
PORTREVISION= 1
|
|
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>
|