2014-02-09 08:50:06 +01:00
|
|
|
# Created by: Douglas Thrift <douglas@douglasthrift.net>
|
2010-12-10 05:50:32 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= OhlohWidgetsMacro
|
|
|
|
PORTVERSION= 0.2
|
2014-02-09 08:50:06 +01:00
|
|
|
PORTREVISION= 1
|
2010-12-10 05:50:32 +01:00
|
|
|
CATEGORIES= www devel python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= trac-
|
|
|
|
|
|
|
|
MAINTAINER= douglas@douglasthrift.net
|
|
|
|
COMMENT= Trac macro to embed Ohloh widgets
|
|
|
|
|
2014-02-09 08:50:06 +01:00
|
|
|
LICENSE= MIT
|
|
|
|
|
2010-12-10 05:50:32 +01:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycerberus>=0.3:${PORTSDIR}/devel/py-pycerberus \
|
|
|
|
tracd:${PORTSDIR}/www/trac
|
|
|
|
|
2014-02-09 08:50:06 +01:00
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS= yes
|
|
|
|
PYDISTUTILS_AUTOPLIST= yes
|
2010-12-10 05:50:32 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|