25 lines
462 B
Makefile
25 lines
462 B
Makefile
# $OpenBSD: Makefile,v 1.5 2012/09/23 16:57:35 jeremy Exp $
|
|
|
|
COMMENT= ensure your Puppet manifests conform with the style guide
|
|
|
|
DISTNAME= puppet-lint-0.1.5
|
|
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>
|