-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile
More file actions
35 lines (23 loc) · 794 Bytes
/
Copy pathMakefile
File metadata and controls
35 lines (23 loc) · 794 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# $OpenBSD: Makefile,v 1.27 2021/02/23 19:39:13 sthen Exp $
COMMENT = distributed version control system by Canonical
MODPY_EGG_VERSION = 2.4.2
DISTNAME = bzr-${MODPY_EGG_VERSION}
CATEGORIES = devel
REVISION = 1
HOMEPAGE = https://bazaar.canonical.com/
# GPL
PERMIT_PACKAGE = Yes
WANTLIB += ${MODPY_WANTLIB} pthread
MASTER_SITES = https://launchpad.net/bzr/${MODPY_EGG_VERSION:C/..$//}/${MODPY_EGG_VERSION}/+download/
MODULES = lang/python
MODPY_VERSION = ${MODPY_DEFAULT_VERSION_2}
RUN_DEPENDS += net/py-curl \
security/py-paramiko \
textproc/gdiff
TEST_DEPENDS = devel/py-testtools
pre-configure:
${SUBST_CMD} ${WRKSRC}/bzr ${WRKSRC}/bzrlib/tests/test_diff.py
# need at least ulimit -n 512
do-test:
@cd ${WRKBUILD} && ${MODPY_BIN} ./bzr selftest -v
.include <bsd.port.mk>