opnsense-ports/www/py-dtflickr/Makefile
Franco Fichtner 97c305cde1 */*: sync with upstream
Taken from: FreeBSD
2017-01-24 15:33:20 +01:00

22 lines
471 B
Makefile

# Created by: Douglas Thrift
# $FreeBSD$
PORTNAME= dtflickr
PORTVERSION= 1.5
PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP \
http://dl1.douglasthrift.net/${PORTNAME}/ \
http://dl2.douglasthrift.net/${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
NO_ARCH= yes
.include <bsd.port.mk>