mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
22 lines
426 B
Makefile
22 lines
426 B
Makefile
# New ports collection makefile for: puppet-lint
|
|
# Date created: 25 January 2012
|
|
# Whom: Tim Bishop <tdb@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= puppet-lint
|
|
PORTVERSION= 0.1.12
|
|
CATEGORIES= sysutils rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= tdb@FreeBSD.org
|
|
COMMENT= Checks Puppet manifests against the style guide
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
PLIST_FILES= bin/puppet-lint
|
|
|
|
.include <bsd.port.mk>
|