freebsd-ports/devel/rubygem-rubyforge/Makefile
Philip M. Gollucci 271760907f - Update to 2.0.3
- only 1 WWW line
2009-12-09 08:21:38 +00:00

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>