1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/www/trac-gitplugin/Makefile
Martin Wilke 5ee1648e91 GitTrac is a plugin for Trac which enables Git to be used instead of Subversion
as the VersioningSystemBackend for Trac.

WWW: http://trac-hacks.org/wiki/GitPlugin

PR:		ports/140235
Submitted by:	Douglas Thrift
2009-11-04 10:18:03 +00:00

35 lines
852 B
Makefile

# New ports collection makefile for: trac-gitplugin
# Date created: 2 November 2009
# Whom: Douglas Thrift
#
# $FreeBSD$
#
PORTNAME= gitplugin
PORTVERSION= 0.11.0.2.7034
CATEGORIES= www devel python
MASTER_SITES= http://code.douglasthrift.net/files/${PORTNAME}/
PKGNAMEPREFIX= trac-
DISTNAME= ${PORTNAME}-r${PORTVERSION:E}
MAINTAINER= douglas@douglasthrift.net
COMMENT= Git plugin for Trac
RUN_DEPENDS= git:${PORTSDIR}/devel/git \
tracd:${PORTSDIR}/www/trac
BUILD_DEPENDS= easy_install:${PORTSDIR}/devel/py-setuptools
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
USE_ZIP= yes
PYDISTUTILS_PKGNAME= TracGit
PYDISTUTILS_PKGVERSION= ${PORTVERSION:R}
WRKSRC= ${WRKDIR}/${PORTNAME}/${PORTVERSION:C/(.[0-9]+){3}$//}
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
pre-configure:
${CHMOD} -R a+r ${WRKSRC}
.include <bsd.port.mk>