1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

A helper class for handling configuration defaults of packaged Django apps

gracefully.

WWW:	http://django-appconf.readthedocs.org/
This commit is contained in:
Ruslan Makhmatkhanov 2012-04-13 18:35:34 +00:00
parent 9fed1da798
commit 59793731e2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=294781
4 changed files with 31 additions and 0 deletions

View File

@ -1438,6 +1438,7 @@
SUBDIR += py-django
SUBDIR += py-django-annoying
SUBDIR += py-django-app-plugins
SUBDIR += py-django-appconf
SUBDIR += py-django-appmedia
SUBDIR += py-django-caching-app-plugins
SUBDIR += py-django-classy-tags

View File

@ -0,0 +1,24 @@
# New ports collection makefile for: py-django-appconf
# Date created: 13 April 2012
# Whom: Ruslan Mahmatkhanov <rm@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= django-appconf
PORTVERSION= 0.5
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= rm@FreeBSD.org
COMMENT= A helper class for handling configuration defaults gracefully
LICENSE= BSD
USE_PYTHON= -2.7
USE_PYDISTUTILS= easy_install
PYDISTUTILS_PKGNAME= ${PORTNAME:S/-/_/}
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (django-appconf-0.5.tar.gz) = fe5ddcd6b701727afc4b3dee8967d1b20137e2f4ccb025c1d17e5e0c59696c5f
SIZE (django-appconf-0.5.tar.gz) = 14537

View File

@ -0,0 +1,4 @@
A helper class for handling configuration defaults of packaged Django apps
gracefully.
WWW: http://django-appconf.readthedocs.org/