1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/www/py-django-autocomplete-light/Makefile
Dan Langille 38f1a2afe7 Add py-django-autocomplete-light, f fresh approach to autocomplete implementations
specially for Django.
PR:		254828
Reported by:	gettoknowmi <gettoknowmi@yahoo.com>
2021-04-15 14:05:55 +00:00

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>