8139abc130
DESCR: Bazaar-NG allows you to keep old versions of files and directories, keep a log of who, when, and why changes occurred, etc., like SVN, CVS, or RCS. Bazaar-NG is distributed, which gives it significant advantages and some disadvantages compared to SVN and CVS. Bazaar-NG is written in Python.
30 lines
554 B
Makefile
30 lines
554 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2007/03/18 20:05:28 robert Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= "distributed version control system by Canonical"
|
|
|
|
DISTNAME= bzr-0.14
|
|
CATEGORIES= devel
|
|
|
|
HOMEPAGE= http://bazaar-vcs.org/
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${HOMEPAGE}releases/src/
|
|
|
|
MODULES= lang/python
|
|
|
|
RUN_DEPENDS= ::textproc/py-cElementTree \
|
|
::textproc/gdiff
|
|
REGRESS_DEPENDS=${RUN_DEPENDS}
|
|
|
|
do-regress:
|
|
@cd ${WRKBUILD} && ./bzr selftest
|
|
|
|
.include <bsd.port.mk>
|