Lines 6-12
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= hg-git |
8 |
PORTNAME= hg-git |
9 |
PORTVERSION= 0.2.2 |
9 |
PORTVERSION= 0.2.3 |
10 |
CATEGORIES= devel python |
10 |
CATEGORIES= devel python |
11 |
MASTER_SITES= CHEESESHOP |
11 |
MASTER_SITES= CHEESESHOP |
12 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
12 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
Lines 17-22
COMMENT= Mercurial extension to pull from or push to a Git repository
Link Here
|
17 |
RUN_DEPENDS= ${PKGNAMEPREFIX}dulwich>=0.6.0:${PORTSDIR}/devel/dulwich \ |
17 |
RUN_DEPENDS= ${PKGNAMEPREFIX}dulwich>=0.6.0:${PORTSDIR}/devel/dulwich \ |
18 |
hg:${PORTSDIR}/devel/mercurial |
18 |
hg:${PORTSDIR}/devel/mercurial |
19 |
|
19 |
|
|
|
20 |
LICENSE= GPLv2 |
21 |
|
20 |
USE_PYTHON= yes |
22 |
USE_PYTHON= yes |
21 |
USE_PYDISTUTILS=easy_install |
23 |
USE_PYDISTUTILS=easy_install |
22 |
|
24 |
|