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