mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
38f1a2afe7
specially for Django. PR: 254828 Reported by: gettoknowmi <gettoknowmi@yahoo.com>
19 lines
357 B
Makefile
19 lines
357 B
Makefile
PORTNAME= django-autocomplete-light
|
|
PORTVERSION= 3.8.2
|
|
CATEGORIES= www
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= gettoknowmi@yahoo.com
|
|
COMMENT= Fresh approach to autocomplete implementations
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|