mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 03:45:17 -04:00
18 lines
322 B
Makefile
18 lines
322 B
Makefile
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
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|