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>
|