mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- Fix fetching [1]
- Add devel/py-simplejson to RUN_DEPENDS when PYTHON_REL < 260 Reported by: pointyhat (via erwin) [1]
This commit is contained in:
parent
cde37eff98
commit
e391907704
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=239060
@ -15,7 +15,15 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
MAINTAINER= nivit@FreeBSD.org
|
||||
COMMENT= Python package for interacting with a MediaWiki wiki
|
||||
|
||||
PROJECTHOST= python-${PORTNAME}
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= easyinstall
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PYTHON_REL} < 260
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}simplejson>=2.0.9:${PORTSDIR}/devel/py-simplejson
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user