pkgsrc-wip/manifold/Makefile
Filip Hajny 86932aa11b Import manifold-0.2.0 as wip/manifold.
Manifold helps you quickly and easily create Solaris SMF manifest
XML files for your services by answering a few questions about how
it needs to be configured.

Manifold requires Python and the Genshi template package.
2009-10-01 13:00:33 +00:00

26 lines
634 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2009/10/01 13:00:33 fhajny 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
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= ${PYPKGPREFIX}-genshi-[0-9]*:../../www/py-genshi
USE_LANGUAGES= # none
PYDISTUTILSPKG= yes
PY_PATCHPLIST= yes
PLIST_SUBST+= DISTNAME=${DISTNAME}
PYTHON_VERSIONS_ACCEPTED= 26 25 24
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"