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:
parent
29ac2c96cd
commit
e7dfaaff25
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352124
@ -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
|
||||
|
19
www/py-django-subdomains/Makefile
Normal file
19
www/py-django-subdomains/Makefile
Normal 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>
|
2
www/py-django-subdomains/distinfo
Normal file
2
www/py-django-subdomains/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (django-subdomains-2.0.4.tar.gz) = 05e861b3459281318ce451443332e7e114a2b7c99d2306e9c89adfcc8fbcb098
|
||||
SIZE (django-subdomains-2.0.4.tar.gz) = 10912
|
4
www/py-django-subdomains/pkg-descr
Normal file
4
www/py-django-subdomains/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user