forked from Lainports/opnsense-ports
19 lines
381 B
Makefile
19 lines
381 B
Makefile
# Created by: Shaun Amott <shaun@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pyperclip
|
|
PORTVERSION= 1.5.27
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= shaun@FreeBSD.org
|
|
COMMENT= Cross-platform clipboard module for Python
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES?= python zip
|
|
USE_PYTHON= distutils autoplist
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|