View | Details | Raw Unified | Return to bug 208835
Collapse All | Expand All

(-)www/Makefile (+1 lines)
Lines 1533-1538 Link Here
1533
    SUBDIR += py-django-classy-tags
1533
    SUBDIR += py-django-classy-tags
1534
    SUBDIR += py-django-cms
1534
    SUBDIR += py-django-cms
1535
    SUBDIR += py-django-configurations
1535
    SUBDIR += py-django-configurations
1536
    SUBDIR += py-django-constance
1536
    SUBDIR += py-django-contact-form
1537
    SUBDIR += py-django-contact-form
1537
    SUBDIR += py-django-contrib-comments
1538
    SUBDIR += py-django-contrib-comments
1538
    SUBDIR += py-django-cors-headers
1539
    SUBDIR += py-django-cors-headers
(-)www/py-django-constance/Makefile (+27 lines)
Line 0 Link Here
1
# Created by: Ultima <ultima1252@gmail.com>
2
# $FreeBSD$
3
4
PORTNAME=	django-constance
5
PORTVERSION=	1.1.2
6
CATEGORIES=	www python
7
MASTER_SITES=	GH
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
10
MAINTAINER=	ultima1252@gmail.com
11
COMMENT=	Dynamic Django settings
12
13
LICENSE=	BSD3CLAUSE
14
LICENSE_FILE=	${WRKSRC}/LICENSE
15
16
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}redis>=0:databases/py-redis \
17
		${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage \
18
		${PYTHON_PKGNAMEPREFIX}django-picklefield>=0:www/py-django-picklefield \
19
		${PYTHON_PKGNAMEPREFIX}django18>=1.7:www/py-django18
20
21
USES=		python
22
USE_PYTHON=	autoplist distutils
23
NO_ARCH=	yes
24
USE_GITHUB=	yes
25
GH_ACCOUNT=	jezdez
26
27
.include <bsd.port.mk>
(-)www/py-django-constance/distinfo (+2 lines)
Line 0 Link Here
1
SHA256 (jezdez-django-constance-1.1.2_GH0.tar.gz) = 09bc667f3cb7494968af7197d3aa4878df73f045608606e01688eecbfb959707
2
SIZE (jezdez-django-constance-1.1.2_GH0.tar.gz) = 120987
(-)www/py-django-constance/pkg-descr (+5 lines)
Line 0 Link Here
1
A Django app for storing dynamic settings in pluggable backends (Redis
2
and Django model backend built in) with an integration with the Django
3
admin app.
4
5
WWW: https://github.com/jazzband/django-constance

Return to bug 208835