1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/www/py-dtflickr/Makefile
Sunpoet Po-Chuan Hsieh 77ad712eaa - Add LICENSE
- Remove obsolete MD5 checksum while I'm here

PR:		ports/154017
Submitted by:	Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
Feature safe:	yes
2011-01-15 15:33:46 +00:00

32 lines
704 B
Makefile

# New ports collection makefile for: py-dtflickr
# Date created: 19 August 2008
# Whom: 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= ASL
USE_BZIP2= yes
USE_PYTHON= 2.5+
USE_PYDISTUTILS= easy_install
.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>