21 lines
439 B
Makefile
21 lines
439 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.2
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
|
|
MASTER_SITE_SUBDIR= codeforpeople
|
|
|
|
MAINTAINER= jw@innerewut.de
|
|
COMMENT= Simplistic script which automates rubyforge operations
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
|
|
.include <bsd.port.mk>
|