|
Lines 1-5
Link Here
|
| 1 |
PORTNAME= hg-evolve |
1 |
PORTNAME= hg-evolve |
| 2 |
DISTVERSION= 11.1.1 |
2 |
DISTVERSION= 11.1.3 |
| 3 |
CATEGORIES= devel python |
3 |
CATEGORIES= devel python |
| 4 |
MASTER_SITES= PYPI |
4 |
MASTER_SITES= PYPI |
| 5 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
5 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
|
Lines 9-14
COMMENT= Changeset Evolution with Mercurial
Link Here
|
| 9 |
WWW= https://www.mercurial-scm.org/doc/evolution/ |
9 |
WWW= https://www.mercurial-scm.org/doc/evolution/ |
| 10 |
|
10 |
|
| 11 |
LICENSE= GPLv2+ |
11 |
LICENSE= GPLv2+ |
|
|
12 |
LICENSE_FILE= ${WRKSRC}/COPYING |
| 12 |
|
13 |
|
| 13 |
RUN_DEPENDS= hg:devel/mercurial \ |
14 |
RUN_DEPENDS= hg:devel/mercurial \ |
| 14 |
${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} |
15 |
${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} |
|
Lines 16-24
RUN_DEPENDS= hg:devel/mercurial \
Link Here
|
| 16 |
USES= python |
17 |
USES= python |
| 17 |
USE_PYTHON= autoplist distutils |
18 |
USE_PYTHON= autoplist distutils |
| 18 |
|
19 |
|
| 19 |
NO_ARCH= yes |
|
|
| 20 |
|
| 21 |
# Do not conflict with devel/mercurial, which also installs hgext3rd/__init__.py |
20 |
# Do not conflict with devel/mercurial, which also installs hgext3rd/__init__.py |
| 22 |
EXTRACT_AFTER_ARGS= --exclude ${DISTNAME}/hgext3rd/__init__.py |
21 |
EXTRACT_AFTER_ARGS= --exclude ${DISTNAME}/hgext3rd/__init__.py |
| 23 |
|
22 |
|
|
|
23 |
NO_ARCH= yes |
| 24 |
|
| 24 |
.include <bsd.port.mk> |
25 |
.include <bsd.port.mk> |