diff options
| author | Michael Moll <mmoll@FreeBSD.org> | 2015-06-07 21:18:35 +0000 |
|---|---|---|
| committer | Michael Moll <mmoll@FreeBSD.org> | 2015-06-07 21:18:35 +0000 |
| commit | 92bbeea7de7787cc70db1668238ec6dc8f2f60fd (patch) | |
| tree | 779322aa21d54bb86c1a8e7ee4def2f5ef81d9fa /sysutils/rubygem-puppet_forge/Makefile | |
| parent | f6c4d2ece78506b73ac942189bc0c89afa7cd420 (diff) | |
Notes
Diffstat (limited to 'sysutils/rubygem-puppet_forge/Makefile')
| -rw-r--r-- | sysutils/rubygem-puppet_forge/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/sysutils/rubygem-puppet_forge/Makefile b/sysutils/rubygem-puppet_forge/Makefile new file mode 100644 index 000000000000..205a56b483aa --- /dev/null +++ b/sysutils/rubygem-puppet_forge/Makefile @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= puppet_forge +PORTVERSION= 1.0.4 +CATEGORIES= sysutils rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Ruby client for the Puppet Forge API + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= rubygem-her>=0.6:${PORTSDIR}/databases/rubygem-her + +NO_ARCH= yes +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> |
