aboutsummaryrefslogtreecommitdiff
path: root/devel/py-pyperclip/Makefile
blob: 3577173df948ca5adb9a7ac577e272419337a5a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Shaun Amott <shaun@FreeBSD.org>

PORTNAME=	pyperclip
PORTVERSION=	1.7.0
CATEGORIES=	devel python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	shaun@FreeBSD.org
COMMENT=	Cross-platform clipboard module for Python

LICENSE=	BSD3CLAUSE

USES=		python:3.6+
USE_PYTHON=	distutils autoplist

NO_ARCH=	yes

.include <bsd.port.mk>