pkgsrc-wip/py-jtextfsm/Makefile
Havard Eidnes ef68732dc2 Uhm, some finishing touched.
Point to where this is branched from, and
correct HOMEPAGE and COMMENT.
2017-05-22 14:43:01 +02:00

16 lines
420 B
Makefile

# $NetBSD$
DISTNAME= textfsm-0.3.0
PKGNAME= ${PYPKGPREFIX}-j${DISTNAME}
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=jonathanslenders/}
GITHUB_PROJECT= textfsm
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/jonathanslenders/textfsm
COMMENT= Template based state machine for semi-formatted text
LICENSE= apache-2.0
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"