mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
572f409436
Take over maintainership from ports@.
20 lines
392 B
Makefile
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>
|