77d68471ad
PR: 267994 Differential revision: D37518 Approved by: bapt
18 lines
361 B
Makefile
18 lines
361 B
Makefile
PORTNAME= pyperclip
|
|
PORTVERSION= 1.7.0
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= shaun@FreeBSD.org
|
|
COMMENT= Cross-platform clipboard module for Python
|
|
WWW= https://github.com/asweigart/pyperclip
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|