20 lines
479 B
Makefile
20 lines
479 B
Makefile
PORTNAME= dtflickr
|
|
PORTVERSION= 1.5
|
|
PORTREVISION= 1
|
|
CATEGORIES= www python
|
|
MASTER_SITES= PYPI \
|
|
http://dl1.douglasthrift.net/${PORTNAME}/ \
|
|
http://dl2.douglasthrift.net/${PORTNAME}/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= douglas@douglasthrift.net
|
|
COMMENT= Spiffy Flickr API library using JSON
|
|
WWW= https://code.douglasthrift.net/trac/dtflickr
|
|
|
|
LICENSE= APACHE20
|
|
|
|
USES= python:3.6+ tar:bzip2
|
|
USE_PYTHON= distutils autoplist
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|