App for adding object tools for models in the admin PR: 254834 Reported by: gettoknowmi <gettoknowmi@yahoo.com>
18 lines
374 B
Makefile
18 lines
374 B
Makefile
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>
|