* includes various bugfixes and a new -c option to run "puppet parser validate" on your manifests after cleaning them with puppetitdy.
23 lines
436 B
Makefile
23 lines
436 B
Makefile
# $OpenBSD: Makefile,v 1.2 2013/02/07 08:46:14 jasper Exp $
|
|
|
|
COMMENT= perl script to Tidy Puppet manifests
|
|
|
|
DISTNAME= Puppet-Tidy-0.2
|
|
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
|
|
|
HOMEPAGE= http://opensource.mtier.org/ptidy.html
|
|
|
|
# ISC
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= cpan
|
|
CPAN_AUTHOR= JASPER
|
|
|
|
.include <bsd.port.mk>
|