freebsd-ports/sysutils/puppet-lint/Makefile
Romain Tartière 8ef4f2b749
sysutils/puppet-lint: Update to 3.0.1
With hat:	puppet
2022-11-20 14:37:05 -10:00

18 lines
345 B
Makefile

PORTNAME= puppet-lint
PORTVERSION= 3.0.1
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= puppet@FreeBSD.org
COMMENT= Checks Puppet manifests against the style guide
WWW= http://puppet-lint.com/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gem
USE_RUBY= yes
PLIST_FILES= bin/puppet-lint
NO_ARCH= yes
.include <bsd.port.mk>