freebsd-ports/deskutils/py-send2trash/Makefile
Yuri Victorovich 12e7d06c55 deskutils/py-send2trash: Add USE_PYTHON=concurrent; Add NO_ARCH=yes; Update to 1.5.0
Port changes while here:
* Changed to DISTVERSION
* Updated WWW (url was dead)

PR:		226361
Submitted by:	owk <freebsd_ports@k-worx.org>
Approved by:	tcberner (mentor, implicit)
Approved by:	portmgr blanket
2018-03-06 06:28:24 +00:00

28 lines
624 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= koalative@gmail.com
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>