freebsd-ports/devel/py-envisage/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

23 lines
539 B
Makefile

# Created by: Vladimir Chukharev
# $FreeBSD$
PORTNAME= envisage
PORTVERSION= 4.5.1
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
USES= python:-2.7
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>