pkgsrc/textproc/csvtomd/Makefile
cheusov 5c15f90078 imported csvtomd-1.1.0
I built csvtomd to convert one or more CSV files into nicely-padded
Markdown tables. Now you can build your tables in Excel and convert
them for use in GitHub, Bitbucket, or Mou Markdown files without
having to construct them by hand.
2016-07-27 23:15:45 +00:00

24 lines
601 B
Makefile

# $NetBSD: Makefile,v 1.1 2016/07/27 23:15:45 cheusov Exp $
DISTNAME= csvtomd-v0.1.1
PKGNAME= ${DISTNAME:S/-v/-/}
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=mplewis/}
MAINTAINER= cheusov@tut.by
HOMEPAGE= ${MASTER_SITE_GITHUB:=mplewis/csvtomd/}
COMMENT= Convert your CSV files into Markdown tables
LICENSE= mit
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
USE_LANGUAGES= # none
REPLACE_PYTHON+= csvtomd
PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX}
PYTHON_VERSIONS_INCOMPATIBLE= 27
#.include "../../lang/python/distutils.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"