ports/sysutils/puppet-lint/Makefile
2012-01-28 15:42:41 +00:00

21 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>