1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/devel/mercurial/Makefile
Ollivier Robert 572f409436 Update to newly-released 0.7.
Take over maintainership from ports@.
2005-09-16 23:07:43 +00:00

20 lines
392 B
Makefile

# Ports collection makefile for: mercurial
# Date created: 11 July 2005
# Whom: Andreas Kohn
#
# $FreeBSD$
#
PORTNAME= mercurial
PORTVERSION= 0.7
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>