pkgsrc/sysutils/manifold/Makefile
2019-04-25 07:32:34 +00:00

24 lines
606 B
Makefile

# $NetBSD: Makefile,v 1.11 2019/04/25 07:33:19 maya Exp $
PKGNAME= ${DISTNAME:S/^M/m/}
PKGREVISION= 1
DISTNAME= Manifold-0.2.0
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_PYPI:=M/Manifold/}
MAINTAINER= fhajny@NetBSD.org
HOMEPAGE= https://pypi.python.org/pypi/Manifold
COMMENT= SMF service manifest creation tool
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-genshi-[0-9]*:../../www/py-genshi
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 0.2.0
post-extract:
${CHMOD} -R g-w ${WRKSRC}/*
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"