1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/devel/mercurial/Makefile
Pav Lucistnik 2028f7735b - Update to 0.6b
PR:		ports/83817
Submitted by:	Piet Delport <pjd@satori.za.net>
2005-07-21 09:19:47 +00:00

20 lines
391 B
Makefile

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