freebsd-ports/devel/py-apptools/Makefile
Rodrigo Osorio 16bea1a26b Fix a wrong RUN_DEPEND entry.
Comment where the requirements are defined.
Bump PORTREVISION.

PR:		240660
Submitted by:	<vladimir.chukharev@gmail.com> (maintainer)
2019-09-21 15:10:54 +00:00

28 lines
715 B
Makefile

# Created by: Vladimir Chukharev
# $FreeBSD$
PORTNAME= apptools
PORTVERSION= 4.4.0
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= Vladimir.Chukharev@gmail.com
COMMENT= Enthought application tools
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
# See ${WRKSRC}/image_LICENSE.txt for information that other
# files *LICENSE* are not used
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}traitsui>=0:graphics/py-traitsui@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}configobj>=5.0.:devel/py-configobj@${PY_FLAVOR}
# The requirements are defined in apptools/__init__.py
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>