4676b2cb08
PR: ports/133516 Approved by: maintainer timeout (2 weeks 1 day) Submitted by: me
22 lines
467 B
Makefile
22 lines
467 B
Makefile
# Ports collection makefile for: rubygem-rubyforge
|
|
# Date created: 3 December 2006
|
|
# Whom: Jonathan Weiss (<jw@innerewut.de>)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= rubyforge
|
|
PORTVERSION= 1.0.3
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RF
|
|
MASTER_SITE_SUBDIR= codeforpeople
|
|
|
|
MAINTAINER= jw@innerewut.de
|
|
COMMENT= Simplistic script which automates rubyforge operations
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
PLIST_FILES= bin/rubyforge
|
|
|
|
.include <bsd.port.mk>
|