mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 18:50:33 -04:00
18 lines
364 B
Makefile
18 lines
364 B
Makefile
PORTNAME= puppet-resource_api
|
|
PORTVERSION= 1.9.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= puppet@FreeBSD.org
|
|
COMMENT= Simple way to write new native resources for puppet
|
|
WWW= https://github.com/puppetlabs/puppet-resource_api
|
|
|
|
LICENSE= APACHE20
|
|
|
|
RUN_DEPENDS= rubygem-hocon>=1.0:devel/rubygem-hocon
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|