1682c6507d
by the infrastructure. Mark a couple more packages as not ready for python-3.x.
20 lines
472 B
Makefile
20 lines
472 B
Makefile
# $NetBSD: Makefile,v 1.4 2016/08/28 15:48:34 wiz Exp $
|
|
|
|
DISTNAME= csvtomd-0.1.1
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=mplewis/}
|
|
GITHUB_TAG= v${PKGVERSION_NOREV}
|
|
|
|
MAINTAINER= cheusov@tut.by
|
|
HOMEPAGE= https://github.com/mplewis/csvtomd/
|
|
COMMENT= Convert your CSV files into Markdown tables
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
REPLACE_PYTHON+= csvtomd
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|