Makefile 471 B

12345678910111213141516171819202122
  1. # Created by: Douglas Thrift
  2. # $FreeBSD$
  3. PORTNAME= dtflickr
  4. PORTVERSION= 1.5
  5. PORTREVISION= 1
  6. CATEGORIES= www python
  7. MASTER_SITES= CHEESESHOP \
  8. http://dl1.douglasthrift.net/${PORTNAME}/ \
  9. http://dl2.douglasthrift.net/${PORTNAME}/
  10. PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
  11. MAINTAINER= douglas@douglasthrift.net
  12. COMMENT= Spiffy Flickr API library using JSON
  13. LICENSE= APACHE20
  14. USES= python tar:bzip2
  15. USE_PYTHON= distutils autoplist
  16. NO_ARCH= yes
  17. .include <bsd.port.mk>