summaryrefslogtreecommitdiff
path: root/textproc/py-pss/Makefile
blob: d03d481e48817f26b0f50f7e873c037116d0ce5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	pss
PORTVERSION=	1.44
CATEGORIES=	textproc python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Tool for grepping through source code
WWW=		https://github.com/eliben/pss

LICENSE=	PD
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		python:3.6+
USE_PYTHON=	autoplist concurrent distutils

NO_ARCH=	yes

.include <bsd.port.mk>