f20b2c1e6b
Library with the goal to seamlessly blend Django and Bootstrap 3. WWW: https://github.com/dyve/django-bootstrap3/ Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D19543
23 lines
433 B
Makefile
23 lines
433 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= django-bootstrap3
|
|
PORTVERSION= 11.0.0
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= kai@FreeBSD.org
|
|
COMMENT= Bootstrap 3 support for Django projects
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
post-extract:
|
|
@${FIND} ${WRKSRC} -name ".DS_Store" -type f -delete
|
|
|
|
.include <bsd.port.mk>
|