1PORTNAME= send2trash 2PORTVERSION= 1.8.3 3CATEGORIES= deskutils python 4MASTER_SITES= PYPI 5PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} 6DISTNAME= Send2Trash-${PORTVERSION} 7 8MAINTAINER= ports@MidnightBSD.org 9COMMENT= Small package that sends files to the Trash 10WWW= https://github.com/arsenetar/send2trash 11 12LICENSE= bsd3 13 14BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=40.6.0:devel/py-setuptools@${PY_FLAVOR} \ 15 ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} 16 17USES= dos2unix python 18USE_PYTHON= autoplist concurrent pep517 19 20NO_ARCH= yes 21 22.include <bsd.port.mk> 23