mirror of
https://git.freebsd.org/ports.git
synced 2025-07-12 06:49:18 -04:00
WWW: http://www.rubyforge.org/ WWW: http://codeforpeople.com/lib/ruby/rubyforge/ PR: ports/106280 Submitted by: Jonathan Weiss <jw@innerewut.de>
19 lines
506 B
Makefile
19 lines
506 B
Makefile
# Ports collection makefile for: rubygem-rubyforge
|
|
# Date created: 3 December 2006
|
|
# Whom: Jonathan Weiss (<jw@innerewut.de>)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= rubyforge
|
|
PORTVERSION= 0.3.2
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
|
|
MASTER_SITE_SUBDIR= codeforpeople
|
|
|
|
MAINTAINER= jw@innerewut.de
|
|
COMMENT= Simplistic script to automate a limited set of RubyForge operations
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
|
|
.include <bsd.port.post.mk>
|