opnsense-ports/textproc/rubygem-puppet-strings/Makefile
Franco Fichtner d3f8339571 */*: sync with upstream
Taken from: HardenedBSD
2019-12-04 09:43:30 +01: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>