mirror of
https://git.freebsd.org/ports.git
synced 2025-05-06 02:47:37 -04:00
Quoting https://puppetlabs.github.io/content-and-tooling-team/blog/updates/2023-11-24-devx-status-update/: > we won’t be renaming puppet-lint [...] as we discussed earlier in the > month. [...] we’ve yanked all the renamed gem releases from > rubygems.org, and re-pointed our internal tooling to the original gems With hat: puppet
18 lines
344 B
Makefile
18 lines
344 B
Makefile
PORTNAME= puppet-lint
|
|
PORTVERSION= 4.2.3
|
|
PORTEPOCH= 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
|
|
PLIST_FILES= bin/puppet-lint
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|