freebsd-ports/devel/py-envisage/Makefile
Steve Wills e13a52685d devel/py-envisage: Update to 4.7.0
PR:		233675
Submitted by:	vladimir.chukharev@gmail.com (maintainer)
2018-12-03 04:33:28 +00:00

24 lines
553 B
Makefile

# Created by: Vladimir Chukharev
# $FreeBSD$
PORTNAME= envisage
PORTVERSION= 4.7.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= Vladimir.Chukharev@gmail.com
COMMENT= Enthought extensible application framework
LICENSE= BSD3CLAUSE PSFL LGPL20
LICENSE_COMB= multi
# See image_LICENSE.txt files for per file license information
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}traits>=4.5.0:devel/py-traits@${PY_FLAVOR}
USES= python:-2.7
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>