version 2.7.14. There's therefore no need for this port to exist. Marked deprecated and set an expiration date.
25 lines
540 B
Makefile
25 lines
540 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.4
|
|
CATEGORIES= sysutils rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= tdb@FreeBSD.org
|
|
COMMENT= Creates, installs and searches for Puppet modules
|
|
|
|
DEPRECATED= Module tool is integrated in to sysutils/puppet as of 2.7.14
|
|
EXPIRATION_DATE= 2012-07-07
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
PLIST_FILES= bin/puppet-module
|
|
|
|
.include <bsd.port.mk>
|