blob: 6c7d0c072848f65cc51707e8efca5a2e59992b3c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PORTNAME= xerox
PORTVERSION= 0.4.1
PORTREVISION= 0
CATEGORIES= devel
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= nivit@FreeBSD.org
COMMENT= Simple copy and paste in Python
WWW= https://github.com/kennethreitz/xerox
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:3.6+
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
|