1234567891011121314151617181920 |
- # $OpenBSD: Makefile,v 1.19 2017/04/09 21:18:27 sebastia Exp $
- COMMENT= ensure your Puppet manifests conform with the style guide
- DISTNAME= puppet-lint-2.2.1
- CATEGORIES= sysutils
- HOMEPAGE= http://puppet-lint.com/
- MAINTAINER= Sebastian Reitenbach <sebastia@openbsd.org>
- # MIT
- PERMIT_PACKAGE_CDROM= Yes
- MODULES= lang/ruby
- CONFIGURE_STYLE=ruby gem
- .include <bsd.port.mk>
|