pkgsrc/sysutils/manifold/Makefile
fhajny 04cd2d6b24 Import sysutils/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.
2013-09-13 08:51:09 +00:00

24 lines
550 B
Makefile

# $NetBSD: Makefile,v 1.1 2013/09/13 08:51:09 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
DEPENDS+= ${PYPKGPREFIX}-genshi-[0-9]*:../../www/py-genshi
USE_LANGUAGES= # none
PYDISTUTILSPKG= yes
post-extract:
${CHMOD} -R g-w ${WRKSRC}/*
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"