ports/devel/py-send2trash/Makefile

24 lines
400 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = send files to the trash natively
MODPY_EGG_VERSION = 1.8.0
DISTNAME = Send2Trash-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME:L}
REVISION = 1
CATEGORIES = devel
HOMEPAGE = https://github.com/hsoft/send2trash
# BSD
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_PYBUILD = setuptools
NO_TEST = Yes
FLAVORS = python3
FLAVOR = python3
.include <bsd.port.mk>