2006-12-04 01:09:14 +01:00
|
|
|
# Ports collection makefile for: rubygem-rubyforge
|
|
|
|
# Date created: 3 December 2006
|
|
|
|
# Whom: Jonathan Weiss (<jw@innerewut.de>)
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= rubyforge
|
2007-09-05 02:59:50 +02:00
|
|
|
PORTVERSION= 0.4.4
|
2006-12-04 01:09:14 +01:00
|
|
|
CATEGORIES= devel rubygems
|
|
|
|
MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= codeforpeople
|
|
|
|
|
|
|
|
MAINTAINER= jw@innerewut.de
|
2007-02-02 09:15:04 +01:00
|
|
|
COMMENT= Simplistic script which automates rubyforge operations
|
2006-12-04 01:09:14 +01:00
|
|
|
|
2008-04-06 10:58:21 +02:00
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|