1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/textproc/py-textfsm/Makefile
Kirill Ponomarev 8a42998d85 Update to version 0.4.1
PR:		227417
Submitted by:	maintainer
2018-04-10 13:59:38 +00:00

22 lines
440 B
Makefile

# $FreeBSD$
PORTNAME= textfsm
DISTVERSION= 0.4.1
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= freebsd_ports@k-worx.org
COMMENT= Parses semi-structured text into Python tables
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>