summaryrefslogtreecommitdiff
path: root/textproc/py-jtextfsm/Makefile
blob: 14aaf0b7c19adb2e2c3fc60dd09493b0adfc9586 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	jtextfsm
DISTVERSION=	0.3.1
CATEGORIES=	textproc python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	kai@FreeBSD.org
COMMENT=	Smaller fork of py-textfsm, a parser for semi-structured text

LICENSE=	APACHE20

USES=		python:3.6+
USE_PYTHON=	distutils autoplist
NO_ARCH=	yes

.include <bsd.port.mk>