mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-12 03:21:17 +02:00
19 lines
396 B
Makefile
19 lines
396 B
Makefile
# Created by: Tim Bishop <tdb@FreeBSD.org>
|
|
# $FreeBSD: head/sysutils/puppet-lint/Makefile 417645 2016-06-27 10:00:44Z tdb $
|
|
|
|
PORTNAME= puppet-lint
|
|
PORTVERSION= 2.0.0
|
|
CATEGORIES= sysutils rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= tdb@FreeBSD.org
|
|
COMMENT= Checks Puppet manifests against the style guide
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
PLIST_FILES= bin/puppet-lint
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|
|
#EOF
|