openbsd-ports/devel/bzr-svn/Makefile
eric 68791d3b1e bzr-svn is a plugin that allows Bazaar direct access to Subversion
repositories. It allows most bzr commands to work directly against
Subversion repositories, as if you were using bzr with a native bzr
repository.

The plugin can at the moment be used to commit to, pull from, merge
from, push to and view logs of Subversion branches from Bazaar.

ok jasper@
2011-01-10 20:27:52 +00:00

25 lines
555 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2011/01/10 20:27:52 eric Exp $
COMMENT= bzr plugin that adds support for foreign svn repositories
MODPY_EGG_VERSION= 1.0.4
DISTNAME= bzr-svn-${MODPY_EGG_VERSION}
CATEGORIES= devel
HOMEPAGE= http://launchpad.net/bzr-svn
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://launchpad.net/bzr-svn/${MODPY_EGG_VERSION:C/..$//}/${MODPY_EGG_VERSION}/+download/
MODULES= lang/python
USE_GROFF= Yes
RUN_DEPENDS= devel/bzr
.include <bsd.port.mk>