aboutsummaryrefslogtreecommitdiff
path: root/devel/py-xerox/Makefile
blob: 1264ce32f640ac94d78b4c4f041930f68f649435 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Nicola Vitale <nivit@FreeBSD.org>

PORTNAME=	xerox
PORTVERSION=	0.4.1
#PORTREVISION=	0
CATEGORIES=	devel
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	nivit@FreeBSD.org
COMMENT=	Simple copy and paste in Python

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		python:3.6+
USE_PYTHON=	distutils autoplist

.include <bsd.port.mk>