Makefile 376 B

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