mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
e4c52b2b18
in-words representation of numerals, dates in Russian without locales, transliteration, etc). WWW: https://github.com/j2a/pytils/
20 lines
335 B
Makefile
20 lines
335 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= pytils
|
|
PORTVERSION= 0.3
|
|
CATEGORIES= russian python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= rm@FreeBSD.org
|
|
COMMENT= Russian-specific string utils
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
NO_ARCH= yes
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|