freebsd-ports/devel/mercurial/Makefile
Ollivier Robert 9e077106eb Fix the broken plist (@dirrm was missing).
Submitted by:	krisbot
2006-04-26 13:12:57 +00:00

19 lines
394 B
Makefile

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