blob: 0c91170d1bbb09d5b8250acb2447235599c90fa1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PORTNAME= django-object-actions
PORTVERSION= 3.0.2
CATEGORIES= www
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= gettoknowmi@yahoo.com
COMMENT= Django app for adding object tools for models in the admin
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:3.6+,run
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>
|