pkgsrc/textproc/csvtomd/Makefile
wiz 1682c6507d Remove unnecessary PLIST_SUBST and FILES_SUBST that are now provided
by the infrastructure.

Mark a couple more packages as not ready for python-3.x.
2016-08-28 15:48:28 +00:00

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"