ports/devel/py-apptools/Makefile
Kai Knoblich bb932872ab */*: Maintainer reset
Drop maintainership of all ports as his own request.  We thank Vladimir
for all his efforts and hope to welcome him back in the future.

PR:		261391
Approved by:	Vladimir Chukharev (maintainer)
MFH:		2022Q1
2022-01-25 20:22:44 +01:00

27 lines
740 B
Makefile

# Created by: Vladimir Chukharev
PORTNAME= apptools
PORTVERSION= 4.5.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
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} \
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
# The requirements are defined in apptools/__init__.py
USES= python:3.7+
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>