- Update CONFLICTS and set EXPIRATION_DATE
This commit is contained in:
parent
a98c945306
commit
433dc60da2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=313466
1 changed files with 5 additions and 2 deletions
|
@ -13,6 +13,9 @@ DIST_SUBDIR= python
|
|||
MAINTAINER= lwhsu@FreeBSD.org
|
||||
COMMENT= High-level Python Web framework
|
||||
|
||||
DEPRECATED= Unsupported version
|
||||
EXPIRATION_DATE= 2013-07-01
|
||||
|
||||
LICENSE= BSD
|
||||
|
||||
LATEST_LINK= ${PYTHON_PKGNAMEPREFIX}django13
|
||||
|
@ -22,7 +25,7 @@ USE_PYTHON= -2.7
|
|||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_PKGNAME= Django
|
||||
|
||||
CONFLICTS= py2[0-9]-django-devel-[0-9]* py2[0-9]-django-1.[24]*
|
||||
CONFLICTS= py[23][0-9]-django-devel-[0-9]* py[23][0-9]-django-1.[0-24-9]*
|
||||
|
||||
DOCSDIR= ${PREFIX}/share/doc/py-django
|
||||
|
||||
|
@ -56,7 +59,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}flup>0:${PORTSDIR}/www/py-flup
|
|||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MHTMLDOCS}
|
||||
. if empty(PORT_OPTIONS:MDOCS)
|
||||
. if ! ${PORT_OPTIONS:MDOCS}
|
||||
IGNORE= you cannot build documentation while setting NOPORTDOCS
|
||||
. endif
|
||||
BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}sphinx>0:${PORTSDIR}/textproc/py-sphinx
|
||||
|
|
Loading…
Reference in a new issue