aboutsummaryrefslogtreecommitdiff
path: root/devel/mercurial/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/mercurial/Makefile')
-rw-r--r--devel/mercurial/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/mercurial/Makefile b/devel/mercurial/Makefile
new file mode 100644
index 000000000000..d5fb0e7a0e29
--- /dev/null
+++ b/devel/mercurial/Makefile
@@ -0,0 +1,19 @@
+# Ports collection makefile for: mercurial
+# Date created: 11 July 2005
+# Whom: Andreas Kohn
+#
+# $FreeBSD$
+#
+
+PORTNAME= mercurial
+PORTVERSION= 0.6
+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>