Index: Makefile =================================================================== --- Makefile (nonexistent) +++ Makefile (working copy) @@ -0,0 +1,20 @@ +# $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 Index: distinfo =================================================================== --- distinfo (nonexistent) +++ distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1562748750 +SHA256 (rules-2.0.1.tar.gz) = da47c407e1af2fa5a500658fb6575ced4893dacaf65f1d576ead04956a9c3dae +SIZE (rules-2.0.1.tar.gz) = 43596 Index: pkg-descr =================================================================== --- pkg-descr (nonexistent) +++ pkg-descr (working copy) @@ -0,0 +1,4 @@ +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.