1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Subdomain helpers for the Django framework, including subdomain-based URL

routing and reversing.

WWW: https://github.com/tkaemming/django-subdomains

PR:	ports/188919
This commit is contained in:
Alexey Dokuchaev 2014-04-25 13:09:29 +00:00
parent 29ac2c96cd
commit e7dfaaff25
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352124
4 changed files with 26 additions and 0 deletions

View File

@ -1525,6 +1525,7 @@
SUBDIR += py-django-signals-ahoy
SUBDIR += py-django-simple-captcha
SUBDIR += py-django-storages
SUBDIR += py-django-subdomains
SUBDIR += py-django-tables2
SUBDIR += py-django-tagging
SUBDIR += py-django-tastypie

View File

@ -0,0 +1,19 @@
# Created by: Ilya A. Arkhipov <rum1cro@yandex.ru>
# $FreeBSD$
PORTNAME= django-subdomains
PORTVERSION= 2.0.4
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= rum1cro@yandex.ru
COMMENT= Subdomains helpers for the Django framework
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>0:${PORTSDIR}/www/py-django
USE_PYTHON= 2
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (django-subdomains-2.0.4.tar.gz) = 05e861b3459281318ce451443332e7e114a2b7c99d2306e9c89adfcc8fbcb098
SIZE (django-subdomains-2.0.4.tar.gz) = 10912

View File

@ -0,0 +1,4 @@
Subdomain helpers for the Django framework, including subdomain-based URL
routing and reversing.
WWW: https://github.com/tkaemming/django-subdomains