freebsd-ports/textproc/rubygem-puppet-strings/Makefile
2020-07-23 21:03:22 +00:00

21 lines
419 B
Makefile

# $FreeBSD$
PORTNAME= puppet-strings
PORTVERSION= 2.5.0
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>