aboutsummaryrefslogtreecommitdiff
path: root/www/py-django-staticinline/Makefile
blob: 46bb56e9c2f5ddab8ff9f7a3e823c629471ec380 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

PORTNAME=	django-staticinline
PORTVERSION=	1.3.1
CATEGORIES=	www python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	koobs@FreeBSD.org
COMMENT=	Django template tag to load static files inline with your template

LICENSE=	MIT
#LICENSE_FILE=  Not yet packaged in sdist

USES=		python:3.6+
USE_PYTHON=	autoplist distutils

NO_ARCH=	yes

.include <bsd.port.mk>