aboutsummaryrefslogblamecommitdiff
path: root/www/py-django-hashid-field/Makefile
blob: 3652800edd60a8a51991bc342e1ba9dc5e81bd82 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                   
                     
                 
                          
                    



                                                     
                                                              


                   
                                                                                    

                                                                                      
                      




                                              
PORTNAME=	django-hashid-field
PORTVERSION=	3.4.0
PORTREVISION=	1
CATEGORIES=	www python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Hashids obfuscated Django Model Field
WWW=		https://github.com/nshafer/django-hashid-field

LICENSE=	MIT

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django42>=1.11:www/py-django42@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}hashids>=1.2.0:textproc/py-hashids@${PY_FLAVOR}

USES=		python
USE_PYTHON=	autoplist concurrent distutils

NO_ARCH=	yes

.include <bsd.port.mk>