opnsense-ports/textproc/rubygem-puppet-strings/Makefile
Franco Fichtner ffeeaf2e02 */*: sync with upstream
Taken from: HardenedBSD
2020-02-24 10:03:04 +01:00

21 lines
419 B
Makefile

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