freebsd-ports/www/py-dtflickr/Makefile
Marcus von Appen 1b0994ee1e - Convert USE_PYTHON to new USES in www/
With hat:	python@
2015-01-03 08:41:20 +00:00

21 lines
471 B
Makefile

# 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>