aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-pyperclip/Makefile
blob: 0607012d2548522389c9c8a138106836be5f3955 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	pyperclip
PORTVERSION=	1.7.0
PORTREVISION=	1
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
USE_PYTHON=	distutils autoplist

NO_ARCH=	yes

.include <bsd.port.mk>