openbsd-ports/devel/tortoisehg/Makefile
2013-03-11 10:50:00 +00:00

32 lines
644 B
Makefile

# $OpenBSD: Makefile,v 1.8 2013/03/11 10:50:31 espie Exp $
COMMENT = series of applications for Mercurial
MODPY_EGG_VERSION = 2.6.2
DISTNAME = tortoisehg-${MODPY_EGG_VERSION}
CATEGORIES = devel
HOMEPAGE = http://tortoisehg.bitbucket.org/
MAINTAINER = Remi Pointel <rpointel@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
MASTER_SITES = http://bitbucket.org/tortoisehg/targz/downloads/
MODULES = lang/python
BUILD_DEPENDS = x11/py-qt4 \
editors/qscintilla \
devel/py-sip
RUN_DEPENDS = ${BUILD_DEPENDS} \
editors/py-qscintilla \
devel/mercurial>=2.4.2 \
devel/py-iniparse
NO_TEST = Yes
.include <bsd.port.mk>