1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/sysutils/puppet-lint/Makefile
Romain Tartière 6c769c992b Update to 2.3.6
While here pet portlint

With hat:	puppet
2018-07-19 08:30:14 +00:00

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>