diff options
author | Sahil Tandon <sahil@FreeBSD.org> | 2010-07-10 19:12:06 +0000 |
---|---|---|
committer | Sahil Tandon <sahil@FreeBSD.org> | 2010-07-10 19:12:06 +0000 |
commit | ebf6393e5eb60c8e86ef9a2c59e7be5490358a70 (patch) | |
tree | 2be1e7923d3e487e4ece3d8802a28643e2c7e4ba /devel/hg-git/Makefile | |
parent | 35d12383c9aff584398a7c863f62ebbe2cc94b41 (diff) |
Notes
Diffstat (limited to 'devel/hg-git/Makefile')
-rw-r--r-- | devel/hg-git/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/hg-git/Makefile b/devel/hg-git/Makefile index a8db30c5c7c9..865e16cc00c1 100644 --- a/devel/hg-git/Makefile +++ b/devel/hg-git/Makefile @@ -6,7 +6,7 @@ # PORTNAME= hg-git -PORTVERSION= 0.2.2 +PORTVERSION= 0.2.3 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,6 +17,8 @@ COMMENT= Mercurial extension to pull from or push to a Git repository RUN_DEPENDS= ${PKGNAMEPREFIX}dulwich>=0.6.0:${PORTSDIR}/devel/dulwich \ hg:${PORTSDIR}/devel/mercurial +LICENSE= GPLv2 + USE_PYTHON= yes USE_PYDISTUTILS=easy_install |