1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

- Remove easy_install dependency

- Bump PORTREVISION to enforce a cleanup for the easy_install references

With hat:	python@
Approved by:	portmgr (implicit)
This commit is contained in:
Marcus von Appen 2014-06-15 17:50:52 +00:00
parent 92097c9dec
commit d26969eef9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357910

View File

@ -3,6 +3,7 @@
PORTNAME= dtflickr
PORTVERSION= 1.5
PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP \
http://apt.douglasthrift.net/files/${PORTNAME}/ \
@ -16,13 +17,7 @@ LICENSE= APACHE20
USE_BZIP2= yes
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.pre.mk>
.if ${PYTHON_VERSION} == "python2.5"
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}simplejson>=1.7:${PORTSDIR}/devel/py-simplejson
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>