3b8808af26
rolls in trac-adminplugin; pkgpath/conflict set accordingly.
38 lines
859 B
Makefile
38 lines
859 B
Makefile
# $OpenBSD: Makefile,v 1.21 2009/06/20 13:40:57 sthen Exp $
|
|
|
|
COMMENT= wiki and bug tracking system for software projects
|
|
|
|
MODPY_EGG_VERSION=0.11.4
|
|
DISTNAME= Trac-${MODPY_EGG_VERSION}
|
|
PKGNAME= trac-${MODPY_EGG_VERSION}
|
|
CATEGORIES= www devel
|
|
|
|
MAINTAINER= Ben Lovett <ben@tilderoot.com>
|
|
|
|
HOMEPAGE= http://trac.edgewall.org/
|
|
|
|
MASTER_SITES= ftp://ftp.edgewall.com/pub/trac/ \
|
|
http://ftp.edgewall.com/pub/trac/
|
|
|
|
MODPY_SETUPTOOLS= Yes
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= lang/python
|
|
|
|
RUN_DEPENDS= ::databases/py-sqlite2 \
|
|
::devel/subversion,-python \
|
|
::textproc/py-docutils \
|
|
::textproc/py-pygments \
|
|
:clearsilver-*-python:www/clearsilver,python \
|
|
::print/enscript
|
|
|
|
do-regress:
|
|
@cd ${WRKSRC} && PYTHONPATH=. ${MODPY_BIN} ./trac/test.py
|
|
|
|
.include <bsd.port.mk>
|