freebsd-ports/textproc/rubygem-puppet-strings/Makefile
Romain Tartière acec2011ca New port: textproc/rubygem-puppet-strings
Puppet Strings generates HTML documentation for Puppet extensions written in
Puppet and Ruby.

WWW: https://github.com/puppetlabs/puppet-strings

With hat:	puppet
2019-12-03 22:53:19 +00:00

21 lines
419 B
Makefile

# $FreeBSD$
PORTNAME= puppet-strings
PORTVERSION= 2.3.1
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= puppet@FreeBSD.org
COMMENT= Puppet documentation extraction and presentation tool
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= puppet:sysutils/puppet6 \
rubygem-rgen>=0:devel/rubygem-rgen \
rubygem-yard>=0:textproc/rubygem-yard
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>