forked from Lainports/freebsd-ports
Release notes: https://github.com/puppetlabs/puppet-strings/blob/main/CHANGELOG.md#v250-2020-07-15 With hat: puppet
21 lines
419 B
Makefile
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>
|