mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
6c769c992b
While here pet portlint With hat: puppet
21 lines
371 B
Makefile
21 lines
371 B
Makefile
# Created by: Tim Bishop <tdb@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= puppet-lint
|
|
PORTVERSION= 2.3.6
|
|
CATEGORIES= sysutils rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= puppet@FreeBSD.org
|
|
COMMENT= Checks Puppet manifests against the style guide
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
PLIST_FILES= bin/puppet-lint
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|