freebsd-ports/sysutils/puppet-lint/Makefile
Michael Moll baaa46f41c sysutils/puppet-lint: update to 1.1.0
Approved by:	mat (mentor), tdb (maintainer)
Differential Revision:	https://reviews.freebsd.org/D3220
2015-07-27 20:54:36 +00:00

21 lines
398 B
Makefile

# Created by: Tim Bishop <tdb@FreeBSD.org>
# $FreeBSD$
PORTNAME= puppet-lint
PORTVERSION= 1.1.0
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= tdb@FreeBSD.org
COMMENT= Checks Puppet manifests against the style guide
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/puppet-lint
NO_ARCH= yes
.include <bsd.port.mk>