blob: c6bc88cc0d87ce64900b19f3e9f6a93dd0a792f1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Ports collection makefile for: mercurial
# Date created: 11 July 2005
# Whom: Andreas Kohn
#
# $FreeBSD$
#
PORTNAME= mercurial
PORTVERSION= 0.8.1
CATEGORIES= devel python
MASTER_SITES= http://www.selenic.com/mercurial/release/
MAINTAINER= roberto@FreeBSD.org
COMMENT= A fast, lightweight source control management system
BROKEN= Incomplete pkg-plist
USE_PYTHON= 2.3+
USE_PYDISTUTILS=yes
.include <bsd.port.mk>
|