openbsd-ports/sysutils/p5-Puppet-Tidy/Makefile
jasper d74d6ceee8 import p5-Puppet-Tidy-0.1
This module parses the Puppet code and applies a subset of checks from
the Puppet Style Guide onto it. Currently the set of checks is rather
limited, but already enough is implemented to catch common mistakes and
to save you a great deal of time cleaning up your manifests.

ok aja@
2012-12-10 15:42:53 +00:00

23 lines
440 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2012/12/10 15:42:53 jasper Exp $
COMMENT= perl script to Tidy Puppet manifests
DISTNAME= Puppet-Tidy-0.1
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>