28706a2e2a
WWW: http://www.schwarz.eu/opensource/projects/ohloh_widgets_macro PR: ports/151062 Submitted by: Douglas Thrift
25 lines
596 B
Makefile
25 lines
596 B
Makefile
# New ports collection makefile for: trac-OhlohWidgetsMacro
|
|
# Date created: 28 September 2010
|
|
# Whom: Douglas Thrift
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= OhlohWidgetsMacro
|
|
PORTVERSION= 0.2
|
|
CATEGORIES= www devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= trac-
|
|
|
|
MAINTAINER= douglas@douglasthrift.net
|
|
COMMENT= Trac macro to embed Ohloh widgets
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycerberus>=0.3:${PORTSDIR}/devel/py-pycerberus \
|
|
tracd:${PORTSDIR}/www/trac
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
.include <bsd.port.mk>
|