2018-04-05 06:21:55 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= jtextfsm
|
|
|
|
DISTVERSION= 0.3.1
|
|
|
|
CATEGORIES= textproc python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2019-02-01 19:55:18 +01:00
|
|
|
MAINTAINER= kai@FreeBSD.org
|
2018-04-05 06:21:55 +02:00
|
|
|
COMMENT= Smaller fork of py-textfsm, a parser for semi-structured text
|
|
|
|
|
|
|
|
LICENSE= APACHE20
|
|
|
|
|
|
|
|
USES= python
|
|
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
NO_ARCH= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|