blob: ef21132ac2fdd148309b6dc141b844bef1648490 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= django-object-actions
PORTVERSION= 3.0.2
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= PYPI
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:run
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>
|