aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-puppet-resource_api/Makefile
blob: 5a99fe5d07fee12fa6496705599188adb11238a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	puppet-resource_api
PORTVERSION=	1.8.4
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	puppet@FreeBSD.org
COMMENT=	Simple way to write new native resources for puppet

LICENSE=	APACHE20

RUN_DEPENDS=	rubygem-hocon>=1.0:devel/rubygem-hocon

USES=		gem
USE_RUBY=	yes

.include <bsd.port.mk>