19 lines
352 B
Makefile
19 lines
352 B
Makefile
# Created by: Tim Bishop <tdb@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= puppet-lint
|
|
PORTVERSION= 1.0.0
|
|
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
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|