freebsd-ports/deskutils/py-send2trash/Makefile
Tobias Kortkamp 04c6a9f393 Reset MAINTAINER of koalative@gmail.com's ports
There have been repeated maintainer timeout over the last 3 years.
Some ports have already been reset to ports@ due to consecutive
timeouts.  Let's complete that work.
2019-07-04 17:27:15 +00:00

28 lines
622 B
Makefile

# Created by: Rusmir Dusko <nemysis@FreeBSD.org>
# $FreeBSD$
PORTNAME= send2trash
DISTVERSION= 1.5.0
CATEGORIES= deskutils
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Send2Trash-${PORTVERSION}
DIST_SUBDIR= python
MAINTAINER= ports@FreeBSD.org
COMMENT= Small package that sends files to the Trash
LICENSE= BSD3CLAUSE
USES= python
USE_PYTHON= distutils concurrent autoplist
NO_ARCH= yes
PORTDOCS= CHANGES.rst README.rst
OPTIONS_DEFINE= DOCS
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>