blob: ac32d4f4a928596abb46979d53148ad875a3e754 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PORTNAME= django-admin-rangefilter
PORTVERSION= 0.7.0
CATEGORIES= www
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= gettoknowmi@yahoo.com
COMMENT= Add the filter by a custom date / datetime range on the admin UI
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:3.6+,run
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>
|