diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2007-04-05 07:01:51 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2007-04-05 07:01:51 +0000 |
commit | f416b163740f018cf36f26ce0f4858dee8a6a2b0 (patch) | |
tree | 8d0ec6a2b3111bd9f4e06b86cd398bc7538d6641 /www/py-django | |
parent | 1892c66caf04283f0ab63623e12f0b127f73fbbe (diff) | |
download | ports-f416b163740f018cf36f26ce0f4858dee8a6a2b0.tar.gz ports-f416b163740f018cf36f26ce0f4858dee8a6a2b0.zip |
- Separate py-django and py-django-devel, they should not be master/slave ports
Approved by: clsung (mentor)
Notes
Notes:
svn path=/head/; revision=189254
Diffstat (limited to 'www/py-django')
-rw-r--r-- | www/py-django/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/www/py-django/Makefile b/www/py-django/Makefile index 27cda54e24df..11860d641de9 100644 --- a/www/py-django/Makefile +++ b/www/py-django/Makefile @@ -5,21 +5,23 @@ # $FreeBSD$ # -PORTNAME?= django -PORTVERSION?= 0.96 +PORTNAME= django +PORTVERSION= 0.96 CATEGORIES= www python -MASTER_SITES?= http://media.djangoproject.com/releases/${PORTVERSION}/ +MASTER_SITES= http://media.djangoproject.com/releases/${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Django-${PORTVERSION} DIST_SUBDIR= python -MAINTAINER?= python@FreeBSD.org +MAINTAINER= python@FreeBSD.org COMMENT= High-level Python Web framework USE_GETTEXT= yes USE_PYTHON= yes USE_PYDISTUTILS= yes +CONFLICTS= py2[0-9]-django-devel-[0-9]* + DOCSDIR= ${PREFIX}/share/doc/py-django OPTIONS= MOD_PYTHON3 "Install Apache2 with mod_python3" off \ |