22 lines
389 B
Makefile
22 lines
389 B
Makefile
# $OpenBSD: Makefile,v 1.11 2013/03/11 11:41:32 espie Exp $
|
|
|
|
COMMENT= ensure your Puppet manifests conform with the style guide
|
|
|
|
DISTNAME= puppet-lint-0.3.2
|
|
REVISION= 1
|
|
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
|
|
|
HOMEPAGE= http://puppet-lint.com/
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MODULES= lang/ruby
|
|
|
|
CONFIGURE_STYLE=ruby gem
|
|
|
|
.include <bsd.port.mk>
|