pkgsrc/sysutils/manifold/Makefile

25 lines
594 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.14 2019/11/04 21:28:48 rillig Exp $
PKGNAME= ${DISTNAME:S/^M/m/}
PKGREVISION= 1
DISTNAME= Manifold-0.2.0
CATEGORIES= sysutils
2016-06-08 19:43:20 +02:00
MASTER_SITES= ${MASTER_SITE_PYPI:=M/Manifold/}
2018-12-15 22:12:18 +01:00
MAINTAINER= fhajny@NetBSD.org
2017-09-03 11:22:57 +02:00
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_ACCEPTED= 27 # 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"