1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/sysutils/puppet-lint/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>