1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/russian/py-pytils/Makefile
Ruslan Makhmatkhanov e4c52b2b18 Simple tools for processing strings in Russian (choose proper form for plurals,
in-words representation of numerals, dates in Russian without locales,
transliteration, etc).

WWW: https://github.com/j2a/pytils/
2015-08-13 21:20:00 +00:00

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>