blob: 8fe3abf59397efd244a08d256ae971ec35194955 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Created by: Tim Bishop <tdb@FreeBSD.org>
# $FreeBSD$
PORTNAME= puppet-lint
PORTVERSION= 0.3.2
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= tdb@FreeBSD.org
COMMENT= Checks Puppet manifests against the style guide
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/puppet-lint
.include <bsd.port.mk>
|