pkgsrc/sysutils/manifold/Makefile
wiz fdb8a9c433 Convert to distutils.mk. Mark as not for python-3.x.
(no effective change in PLIST, so no PKGREVISION++)
2014-01-23 17:39:32 +00:00

23 lines
594 B
Makefile

# $NetBSD: Makefile,v 1.2 2014/01/23 17:39:32 wiz Exp $
PKGNAME= ${DISTNAME:S/^M/m/}
DISTNAME= Manifold-0.2.0
CATEGORIES= sysutils
MASTER_SITES= http://pypi.python.org/packages/source/M/Manifold/
MAINTAINER= filip@joyent.com
HOMEPAGE= http://code.google.com/p/manifold/
COMMENT= SMF service manifest creation tool
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-genshi-[0-9]*:../../www/py-genshi
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 33 # 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"