aboutsummaryrefslogblamecommitdiff
path: root/devel/rubygem-rubyforge/Makefile
blob: 87f964a49422a3b564e7ff0bee9e41253da91779 (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                                          
                     
                              
                  

                                     
                                     
                                                                      
 


                                                                            

                   

                             

                      
# 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>