freebsd-ports/deskutils/py-send2trash/Makefile
Sunpoet Po-Chuan Hsieh c8a1d44c41 Remove DOCS option
- Remove DIST_SUBDIR: move tarball out of python subdir
- Bump PORTREVISION for package change
- Update WWW
- Take maintainership
2021-01-03 20:06:48 +00:00

22 lines
448 B
Makefile

# Created by: Rusmir Dusko <nemysis@FreeBSD.org>
# $FreeBSD$
PORTNAME= send2trash
DISTVERSION= 1.5.0
PORTREVISION= 1
CATEGORIES= deskutils
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Send2Trash-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Small package that sends files to the Trash
LICENSE= BSD3CLAUSE
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>