6c81bdc24c
PR: 235041 Submitted by: Jonas Palm <jonaspalm@posteo.de> (maintainer)
18 lines
376 B
Makefile
18 lines
376 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
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|