openbsd-ports/sysutils/ruby-puppet-lint/Makefile
2011-09-16 11:41:38 +00:00

25 lines
460 B
Makefile

# $OpenBSD: Makefile,v 1.3 2011/09/16 11:41:40 espie Exp $
COMMENT= ensure your Puppet manifests conform with the style guide
DISTNAME= puppet-lint-0.1.1
REVISION= 0
CATEGORIES= sysutils
HOMEPAGE= https://github.com/rodjek/puppet-lint/
# MIT
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= lang/ruby
RUN_DEPENDS= sysutils/ruby-puppet
CONFIGURE_STYLE=ruby gem ext
.include <bsd.port.mk>