diff options
Diffstat (limited to 'www/py-django-bootstrap4/Makefile')
-rw-r--r-- | www/py-django-bootstrap4/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/www/py-django-bootstrap4/Makefile b/www/py-django-bootstrap4/Makefile new file mode 100644 index 000000000000..89bc4a60e204 --- /dev/null +++ b/www/py-django-bootstrap4/Makefile @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= django-bootstrap4 +PORTVERSION= 0.0.8 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alex@axanderio.de +COMMENT= Bootstrap 4 support for Django projects + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= python +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +.include <bsd.port.mk> |