summaryrefslogtreecommitdiff
path: root/textproc/rubygem-puppet-strings/Makefile
blob: 5d3da699ad15fc4018877fdf09166ff20e9cc960 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	puppet-strings
PORTVERSION=	5.0.0
CATEGORIES=	textproc rubygems
MASTER_SITES=	RG

MAINTAINER=	puppet@FreeBSD.org
COMMENT=	Puppet documentation extraction and presentation tool
WWW=		https://github.com/puppetlabs/puppet-strings

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	puppet:sysutils/puppet8 \
		rubygem-rgen>=0:devel/rubygem-rgen \
		rubygem-yard>=0.9.5<0.10:textproc/rubygem-yard

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>