freebsd-ports/devel/py-num2words/Makefile
Antoine Brodin aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00

18 lines
381 B
Makefile

# Created by: Jonas Palm <jonaspalm@posteo.de>
# $FreeBSD$
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>