ports/sysutils/py-pyperclip/Makefile

28 lines
475 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = cross-platform clipboard module for Python
MODPY_EGG_VERSION = 1.8.2
DISTNAME = pyperclip-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
REVISION = 1
CATEGORIES = sysutils
HOMEPAGE = https://github.com/asweigart/pyperclip
MAINTAINER = Thim Cederlund <thim@cederlund.de>
# BSD
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_PYBUILD = setuptools
RUN_DEPENDS = x11/xclip
FLAVORS = python3
FLAVOR = python3
.include <bsd.port.mk>