Makefile 495 B

1234567891011121314151617181920212223
  1. # Created by: Douglas Thrift <douglas@douglasthrift.net>
  2. # $FreeBSD$
  3. PORTNAME= OhlohWidgetsMacro
  4. PORTVERSION= 0.2
  5. PORTREVISION= 1
  6. CATEGORIES= www devel python
  7. MASTER_SITES= CHEESESHOP
  8. PKGNAMEPREFIX= trac-
  9. MAINTAINER= douglas@douglasthrift.net
  10. COMMENT= Trac macro to embed Ohloh widgets
  11. LICENSE= MIT
  12. RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycerberus>=0.3:devel/py-pycerberus@${PY_FLAVOR} \
  13. tracd:www/trac
  14. USES= python:2.7
  15. USE_PYTHON= distutils autoplist
  16. NO_ARCH= yes
  17. .include <bsd.port.mk>