freebsd-ports/www/py-dtflickr/Makefile
Sunpoet Po-Chuan Hsieh 9742843af7 - Use PYDISTUTILS_AUTOPLIST
- Support STAGEDIR
- While I'm here, update USE_PYTHON

PR:		ports/184299
Submitted by:	Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
2013-11-27 17:12:03 +00:00

28 lines
645 B
Makefile

# Created by: Douglas Thrift
# $FreeBSD$
PORTNAME= dtflickr
PORTVERSION= 1.5
CATEGORIES= www python
MASTER_SITES= CHEESESHOP \
http://apt.douglasthrift.net/files/${PORTNAME}/ \
http://code.douglasthrift.net/files/${PORTNAME}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= douglas@douglasthrift.net
COMMENT= Spiffy Flickr API library using JSON
LICENSE= AL2
USE_BZIP2= yes
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
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>