freebsd-ports/devel/mercurial/Makefile
Ollivier Robert a25315b9f2 Update to Mercurial 0.8. Too many changes to list there, it is a major
milestone compared to 0.7 and every user is encouraged to upgrade.

Submitted by:	Piet Delport <pjd@satori.za.net>
PR:		ports/92595
2006-02-02 07:18:04 +00:00

19 lines
392 B
Makefile

# Ports collection makefile for: mercurial
# Date created: 11 July 2005
# Whom: Andreas Kohn
#
# $FreeBSD$
#
PORTNAME= mercurial
PORTVERSION= 0.8
CATEGORIES= devel python
MASTER_SITES= http://www.selenic.com/mercurial/release/
MAINTAINER= roberto@FreeBSD.org
COMMENT= A fast, lightweight source control management system
USE_PYTHON= 2.3+
USE_PYDISTUTILS=yes
.include <bsd.port.mk>