blob: 5d7ee3de79a5f4d20e5ad8c3455ea0198447c62d (
plain) (
tree)
|
|
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= django-hashid-field
PORTVERSION= 3.3.1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Hashids obfuscated Django Model Field
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=1.11:www/py-django22@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}hashids>=1.2.0:textproc/py-hashids@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>
|