Lines 2-8
Link Here
|
2 |
# $FreeBSD: head/devel/hg-git/Makefile 371280 2014-10-20 16:04:12Z mva $ |
2 |
# $FreeBSD: head/devel/hg-git/Makefile 371280 2014-10-20 16:04:12Z mva $ |
3 |
|
3 |
|
4 |
PORTNAME= hg-git |
4 |
PORTNAME= hg-git |
5 |
PORTVERSION= 0.6.1 |
5 |
PORTVERSION= 0.7.0 |
6 |
CATEGORIES= devel python |
6 |
CATEGORIES= devel python |
7 |
MASTER_SITES= CHEESESHOP |
7 |
MASTER_SITES= CHEESESHOP |
8 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
8 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
Lines 13-19
COMMENT= Mercurial extension to pull from or push to a Git repository
Link Here
|
13 |
LICENSE= GPLv2 |
13 |
LICENSE= GPLv2 |
14 |
|
14 |
|
15 |
RUN_DEPENDS= ${PKGNAMEPREFIX}dulwich>=*:${PORTSDIR}/devel/dulwich \ |
15 |
RUN_DEPENDS= ${PKGNAMEPREFIX}dulwich>=*:${PORTSDIR}/devel/dulwich \ |
16 |
mercurial>=*:${PORTSDIR}/devel/mercurial \ |
16 |
mercurial>=*:${PORTSDIR}/devel/mercurial |
17 |
|
17 |
|
18 |
PORTDOCS= README.md |
18 |
PORTDOCS= README.md |
19 |
|
19 |
|