mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
e868120024
ChangeLog: https://github.com/puppetlabs/puppet-lint/blob/master/CHANGELOG.md#252-2021-09-14 With hat: puppet
20 lines
359 B
Makefile
20 lines
359 B
Makefile
# Created by: Tim Bishop <tdb@FreeBSD.org>
|
|
|
|
PORTNAME= puppet-lint
|
|
PORTVERSION= 2.5.2
|
|
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>
|