freebsd-ports/devel/ninja-ide/Makefile
Antoine Brodin f7455240e3 Reduce dependency on the python2 metaport
PR:		225752
Submitted by:	Yasuhiro KIMURA
2018-02-19 11:10:43 +00:00

24 lines
495 B
Makefile

# Created by: Nicola Vitale <nivit@FreeBSD.org>
# $FreeBSD$
PORTNAME= ninja-ide
PORTVERSION= 2.3
DISTVERSIONPREFIX= v
PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= http://nivit.altervista.org/FreeBSD/ports/distfiles/
MAINTAINER= nivit@FreeBSD.org
COMMENT= Cross-platform integrated development environment (IDE)
LICENSE= GPLv3
USES= pyqt:4 python:2.7
USE_PYQT= declarative_run network webkit
USE_PYTHON= distutils autoplist
USE_GITHUB= yes
GH_ACCOUNT= ninja-ide
.include <bsd.port.mk>