Lines 2-8
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= bup |
4 |
PORTNAME= bup |
5 |
PORTVERSION= 0.29.1 |
5 |
PORTVERSION= 0.29.2 |
6 |
CATEGORIES= archivers python |
6 |
CATEGORIES= archivers python |
7 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
7 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
8 |
|
8 |
|
Lines 18-23
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pylibacl>=0:security/py-pylibacl@${PY_FLAVOR
Link Here
|
18 |
par2cmdline>=0.4:archivers/par2cmdline |
18 |
par2cmdline>=0.4:archivers/par2cmdline |
19 |
BUILD_DEPENDS= bash:shells/bash git>=1.5.3.1:devel/git |
19 |
BUILD_DEPENDS= bash:shells/bash git>=1.5.3.1:devel/git |
20 |
|
20 |
|
|
|
21 |
USES= python:2.7 gmake |
22 |
|
21 |
PLIST_SUB= MANDIR=${PREFIX}/man |
23 |
PLIST_SUB= MANDIR=${PREFIX}/man |
22 |
|
24 |
|
23 |
OPTIONS_DEFINE= TORNADO DOCS |
25 |
OPTIONS_DEFINE= TORNADO DOCS |
Lines 31-37
DOCS_VARS_OFF= PANDOC=""
Link Here
|
31 |
|
33 |
|
32 |
TEST_TARGET= test |
34 |
TEST_TARGET= test |
33 |
MAKE_ARGS= PANDOC="${PANDOC}" |
35 |
MAKE_ARGS= PANDOC="${PANDOC}" |
34 |
USES= python:2.7 gmake |
|
|
35 |
USE_GITHUB= yes |
36 |
USE_GITHUB= yes |
36 |
|
37 |
|
37 |
.include <bsd.port.pre.mk> |
38 |
.include <bsd.port.pre.mk> |