mirror of
https://git.freebsd.org/ports.git
synced 2025-05-17 09:33:11 -04:00
ChangeLog: https://github.com/puppetlabs/puppet-lint/blob/main/CHANGELOG.md#v424---2024-02-09 With hat: puppet
18 lines
344 B
Makefile
18 lines
344 B
Makefile
PORTNAME= puppet-lint
|
|
PORTVERSION= 4.2.4
|
|
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>
|