blob: d87f7c0c14a56cd7a4e232ed226cedca76f7614f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
PORTNAME= reindent
DISTVERSION= 3.5.1
PORTREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dtxdf@FreeBSD.org
COMMENT= Reindent python scripts
WWW= https://pypi.org/project/reindent/
LICENSE= PD
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>
|