freebsd-ports/www/py-django-star-ratings/Makefile
Martin Wilke 4ef71b5351 Python 3 compatible star ratings for Django models.
WWW: https://github.com/wildfish/django-star-ratings

PR:		210250
Submitted by:	Kevin Golding <ports@caomhin.org>
2017-05-06 07:29:54 +00:00

21 lines
461 B
Makefile

# Created by: Kevin Golding <ports@caomhin.org>
# $FreeBSD$
PORTNAME= django-star-ratings
PORTVERSION= 0.5.1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@caomhin.org
COMMENT= Django app to add star ratings to models
LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:www/py-django18
NO_ARCH= yes
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>