271760907f
- only 1 WWW line
25 lines
580 B
Makefile
25 lines
580 B
Makefile
# Ports collection makefile for: rubygem-rubyforge
|
|
# Date created: 3 December 2006
|
|
# Whom: Jonathan Weiss (<jw@innerewut.de>)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= rubyforge
|
|
PORTVERSION= 2.0.3
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RF
|
|
MASTER_SITE_SUBDIR= codeforpeople
|
|
|
|
MAINTAINER= pgollucci@FreeBSD.org
|
|
COMMENT= Simplistic script which automates rubyforge operations
|
|
|
|
BUILD_DEPENDS= rubygem-json_pure>=1.1.7:${PORTSDIR}/devel/rubygem-json_pure
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
PLIST_FILES= bin/rubyforge
|
|
|
|
.include <bsd.port.mk>
|