4b841686ec
The Puppet Module Tool, puppet-module, creates, installs and searches for modules on the Puppet Forge at http://forge.puppetlabs.com WWW: http://github.com/puppetlabs/puppet-module-tool
21 lines
438 B
Makefile
21 lines
438 B
Makefile
# New ports collection makefile for: rubygem-puppet-module
|
|
# Date created: 28 June 2011
|
|
# Whom: Tim Bishop <tdb@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= puppet-module
|
|
PORTVERSION= 0.3.3
|
|
CATEGORIES= sysutils rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= tdb@FreeBSD.org
|
|
COMMENT= Creates, installs and searches for Puppet modules
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
PLIST_FILES= bin/puppet-module
|
|
|
|
.include <bsd.port.mk>
|