freebsd-ports/sysutils/puppet-lint/Makefile
Romain Tartière 8b29b27ea7 sysutils/puppet-lint: Update to 2.5.0
With hat:	puppet
2021-08-08 10:03:53 -10:00

19 lines
359 B
Makefile

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