pkgsrc/devel/mercurial/Makefile
2014-05-03 11:54:15 +00:00

20 lines
560 B
Makefile

# $NetBSD: Makefile,v 1.103 2014/05/03 11:54:15 wiz Exp $
.include "../../devel/py-mercurial/Makefile.version"
PKGNAME= mercurial-${VERSION}
CATEGORIES= devel scm
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= wiz@NetBSD.org
HOMEPAGE= http://mercurial.selenic.com/
COMMENT= Fast, lightweight source control management system (meta package)
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 # OR newer
DEPENDS+= ${PYPKGPREFIX}-mercurial>=${VERSION}:../../devel/py-mercurial
META_PACKAGE= yes
.include "../../lang/python/pyversion.mk"
.include "../../mk/bsd.pkg.mk"