opnsense-ports/devel/py-pyperclip/Makefile
Franco Fichtner bf6db055ae */*: sync with upstream
Taken from: FreeBSD
2017-04-13 10:01:35 +02:00

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>