30b55df38e
MASTER_SITES= site1 \ site2 style continuation lines to be simple repeated MASTER_SITES+= site1 MASTER_SITES+= site2 lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint accordingly.
21 lines
653 B
Makefile
21 lines
653 B
Makefile
# $NetBSD: Makefile,v 1.5 2017/01/19 18:52:27 agc Exp $
|
|
|
|
DISTNAME= markdown2social-0.3
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:M=/markdown2social/}
|
|
MASTER_SITES+= ${MASTER_SITE_GITHUB:=jmmv/markdown2social/releases/download/${DISTNAME}/}
|
|
|
|
MAINTAINER= jmmv@NetBSD.org
|
|
HOMEPAGE= https://github.com/jmmv/markdown2social/
|
|
COMMENT= Converts simple Markdown documents to Google+ posts
|
|
LICENSE= apache-2.0
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-markdown>=2.6:../../textproc/py-markdown
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36
|
|
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|