ports/sysutils/puppet-lint/Makefile
Romain Tartière 5a3a25ec22
sysutils/puppet-lint: Revert to original gem
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
2023-11-25 21:45:02 -10:00

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>