18 lines
344 B
Makefile
18 lines
344 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2014/09/09 07:53:02 jasper Exp $
|
|
|
|
COMMENT= syntax checks for Puppet manifests and templates
|
|
|
|
DISTNAME= puppet-syntax-1.3.0
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MODULES= lang/ruby
|
|
|
|
CONFIGURE_STYLE= ruby gem
|
|
|
|
.include <bsd.port.mk>
|