Lines 3-9
Link Here
|
3 |
|
3 |
|
4 |
PORTNAME= offlineimap |
4 |
PORTNAME= offlineimap |
5 |
DISTVERSIONPREFIX= v |
5 |
DISTVERSIONPREFIX= v |
6 |
DISTVERSION= 6.5.7 |
6 |
DISTVERSION= 7.0.8 |
7 |
CATEGORIES= mail python |
7 |
CATEGORIES= mail python |
8 |
|
8 |
|
9 |
MAINTAINER= mp39590@gmail.com |
9 |
MAINTAINER= mp39590@gmail.com |
Lines 16-22
LICENSE_FILE= ${WRKSRC}/COPYING
Link Here
|
16 |
|
16 |
|
17 |
## later versions have sqlite3 backend, which is recommended for local storages |
17 |
## later versions have sqlite3 backend, which is recommended for local storages |
18 |
## with large amount of emails |
18 |
## with large amount of emails |
19 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 |
19 |
## (add additional variable to use in {BUILD|RUN}_DEPENDS per porter's hb 5.8.2) |
|
|
20 |
OIMAP_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six \ |
21 |
${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 |
22 |
BUILD_DEPENDS= ${OIMAP_DEPENDS} |
23 |
RUN_DEPENDS= ${OIMAP_DEPENDS} |
20 |
|
24 |
|
21 |
USE_GITHUB= yes |
25 |
USE_GITHUB= yes |
22 |
GH_ACCOUNT= OfflineIMAP |
26 |
GH_ACCOUNT= OfflineIMAP |