diff options
| author | Matthew Seaman <matthew@FreeBSD.org> | 2017-03-01 18:57:31 +0000 |
|---|---|---|
| committer | Matthew Seaman <matthew@FreeBSD.org> | 2017-03-01 18:57:31 +0000 |
| commit | e54712122ad399a974394a7936a268a2f7d5e710 (patch) | |
| tree | 34c765ba0d1db20ddb9fc7625262b19456c6cbd7 /textproc/py-python-slugify/Makefile | |
| parent | Upgrade to v5.4.0. (diff) | |
A Python slugify application that handles unicode
WWW: https://github.com/un33k/python-slugify
Notes
Notes:
svn path=/head/; revision=435193
Diffstat (limited to 'textproc/py-python-slugify/Makefile')
| -rw-r--r-- | textproc/py-python-slugify/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/textproc/py-python-slugify/Makefile b/textproc/py-python-slugify/Makefile new file mode 100644 index 000000000000..6cfb44599be2 --- /dev/null +++ b/textproc/py-python-slugify/Makefile @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= python-slugify +PORTVERSION= 1.2.1 +CATEGORIES= textproc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= matthew@FreeBSD.org +COMMENT= Slugify application that handles unicode + +LICENSE= MIT + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}unidecode>=0.04.16:converters/py-unidecode + +USES= python +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +.include <bsd.port.mk> |
