aboutsummaryrefslogtreecommitdiffstats
path: root/www/py-dtflickr/Makefile
blob: dd8fb1d94db6a0dc5fdd41b3a8851aabe8ded443 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Douglas Thrift
# $FreeBSD$

PORTNAME=   dtflickr
PORTVERSION=    1.5
PORTREVISION=   1
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=    APACHE20

USES=       python tar:bzip2
USE_PYTHON= distutils autoplist

.include <bsd.port.mk>