diff options
-rw-r--r-- | devel/mercurial/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/devel/mercurial/Makefile b/devel/mercurial/Makefile index 7fb6507cabd..6ac52679fb5 100644 --- a/devel/mercurial/Makefile +++ b/devel/mercurial/Makefile @@ -1,17 +1,17 @@ -# $NetBSD: Makefile,v 1.6 2006/03/14 13:56:12 drochner Exp $ +# $NetBSD: Makefile,v 1.7 2006/04/08 23:01:58 minskim Exp $ # -DISTNAME= mercurial-0.8 -PKGREVISION= 2 -CATEGORIES= devel -MASTER_SITES= http://www.selenic.com/mercurial/release/ +DISTNAME= mercurial-0.8 +PKGREVISION= 2 +CATEGORIES= devel +MASTER_SITES= http://www.selenic.com/mercurial/release/ -MAINTAINER= pkgsrc-users@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.selenic.com/mercurial/wiki/index.cgi/Mercurial -COMMENT= Fast, lightweight source control management system +COMMENT= Fast, lightweight source control management system -PY_PATCHPLIST= yes -PYDISTUTILSPKG= yes +PY_PATCHPLIST= yes +PYDISTUTILSPKG= yes PYTHON_VERSIONS_ACCEPTED= 24 23 |