944c659416
1.4.2: Bug fixes.
16 lines
463 B
Makefile
16 lines
463 B
Makefile
# $NetBSD: Makefile,v 1.3 2017/09/27 20:14:44 adam Exp $
|
|
|
|
DISTNAME= pandocfilters-1.4.2
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pandocfilters/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/jgm/pandocfilters
|
|
COMMENT= Utilities for writing pandoc filters in python
|
|
LICENSE= modified-bsd
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|