0fc3823abd
PR: ports/111135 Submitted by: Alexander Logvinov <ports_AT_logvinov dot com> Approved by: maintainer (timeout)
19 lines
493 B
Makefile
19 lines
493 B
Makefile
# Ports collection makefile for: rubygem-rubyforge
|
|
# Date created: 3 December 2006
|
|
# Whom: Jonathan Weiss (<jw@innerewut.de>)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= rubyforge
|
|
PORTVERSION= 0.4.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
|
|
MASTER_SITE_SUBDIR= codeforpeople
|
|
|
|
MAINTAINER= jw@innerewut.de
|
|
COMMENT= Simplistic script which automates rubyforge operations
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
|
|
.include <bsd.port.post.mk>
|