freebsd-ports/sysutils/rubygem-puppet-module/Makefile
Tim Bishop 4b841686ec - Add port sysutils/puppet-module-tool:
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
2011-06-29 20:20:15 +00:00

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>