1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/www/py-dtflickr/Makefile
Marcus von Appen d26969eef9 - Remove easy_install dependency
- Bump PORTREVISION to enforce a cleanup for the easy_install references

With hat:	python@
Approved by:	portmgr (implicit)
2014-06-15 17:50:52 +00:00

24 lines
494 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
USE_BZIP2= yes
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>