Lines 12-21
LICENSE_COMB= dual
Link Here
|
12 |
|
12 |
|
13 |
# minimum required version 6.4.2 - not codified, on the assumption |
13 |
# minimum required version 6.4.2 - not codified, on the assumption |
14 |
# that fetchmail port updated at the same time |
14 |
# that fetchmail port updated at the same time |
15 |
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>=0:x11-toolkits/py-tkinter@${PY_FLAVOR} \ |
15 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>=0:x11-toolkits/py-tkinter@${PY_FLAVOR} \ |
16 |
${PYTHON_PKGNAMEPREFIX}future>=0:devel/py-future@${PY_FLAVOR} \ |
16 |
${PYTHON_PKGNAMEPREFIX}future>=0:devel/py-future@${PY_FLAVOR} \ |
17 |
fetchmail>=${PORTVERSION}:mail/fetchmail |
17 |
fetchmail>=${PORTVERSION}:mail/fetchmail |
18 |
RUN_DEPENDS+= ${BUILD_DEPENDS} |
18 |
BUILD_DEPENDS+= ${RUN_DEPENDS} |
19 |
|
19 |
|
20 |
USES= python shebangfix tar:xz |
20 |
USES= python shebangfix tar:xz |
21 |
USE_PYTHON= py3kplist |
21 |
USE_PYTHON= py3kplist |
22 |
- |
|
|