1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/www/py-rules/Makefile
Sunpoet Po-Chuan Hsieh 215f343b44 Add py-rules 2.0.1
rules is a tiny but powerful app providing object-level permissions to Django,
without requiring a database. At its core, it is a generic framework for
building rule-based systems, similar to decision trees. It can also be used as a
standalone library in other contexts and frameworks.

WWW: https://github.com/dfunckt/django-rules

PR:		239102
Submitted by:	Alexander Sieg <alex@xanderio.de>
2019-08-25 18:51:09 +00:00

21 lines
356 B
Makefile

# $FreeBSD$
PORTNAME= rules
DISTVERSION= 2.0.1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= alex@xanderio.de
COMMENT= Awesome Django authorization, without the database
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>