Update deskutils/korganizer to version 22.08.1_1
[dports.git] / deskutils / py-send2trash / Makefile
1 PORTNAME=       send2trash
2 PORTVERSION=    1.8.0
3 CATEGORIES=     deskutils python
4 MASTER_SITES=   CHEESESHOP
5 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
6 DISTNAME=       Send2Trash-${PORTVERSION}
7
8 MAINTAINER=     sunpoet@FreeBSD.org
9 COMMENT=        Small package that sends files to the Trash
10 WWW=            https://github.com/arsenetar/send2trash
11
12 LICENSE=        BSD3CLAUSE
13
14 USES=           dos2unix python:3.6+
15 USE_PYTHON=     autoplist concurrent distutils
16
17 NO_ARCH=        yes
18
19 .include <bsd.port.mk>