blob: 1a202d77b9e87c8c6ccc961bd1fc41cea3a65260 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
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
WWW= https://github.com/crccheck/django-object-actions
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:3.6+,run
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>
|